Skip to content
Snippets Groups Projects
  1. Aug 13, 2001
  2. Aug 12, 2001
  3. Aug 11, 2001
  4. Aug 10, 2001
  5. Aug 06, 2001
  6. Aug 05, 2001
  7. Aug 04, 2001
  8. Jul 06, 2001
  9. Jun 18, 2001
  10. Jun 13, 2001
  11. May 29, 2001
  12. May 17, 2001
  13. May 13, 2001
  14. May 06, 2001
  15. Apr 09, 2001
  16. Mar 26, 2001
  17. Mar 17, 2001
  18. Mar 07, 2001
  19. Mar 05, 2001
  20. Feb 28, 2001
    • Michael Smith's avatar
      · 8f2a61c2
      Michael Smith authored
      Fix the really obvious errors found in various places trying to track down
      the arts bug.
       - wrong function prototypes in ao_null and ao_wav
       - freeing stuff based on wrong tests in audio_out.c
       - fix a memory leak in ao_arts.c
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1375 0101bb08-14d6-0310-b084-bc0e0c8e3800
      8f2a61c2
    • Jeff Squyres's avatar
      Missed these ones the first time through: apply the same patch that has · 9f3edc4e
      Jeff Squyres authored
      been put in all the relevant acinclude.m4 files to the .m4 files that
      get installed with the libraries.
      
      Another patch for lazy people (like me).
      
      Make AM_PATH_OGG, AM_PATH_VORBIS, and AM_PATH_AO each a bit smarter.
      Each of the three will now also check the $prefix for the location
      of their respective libraries/header files.  This means that if you're
      compiling all 4 things (ao, ogg, vorbis, vorbis-tools) all with the
      same $prefix (which is a pretty common case), you don't have to specify
      "--with-ao-prefix=this --with-ogg-prefix=really --with-vorbis-prefix=sucks",
      you can just specify a single --prefix argument and ditch all the
      --with-*-prefix arguments.
      
      However, if you do specify any of the three --with arguments, those are
      searched *first* -- the $prefix is searched second.
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@1374 0101bb08-14d6-0310-b084-bc0e0c8e3800
      9f3edc4e
Loading