- Aug 04, 2001
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1677 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jul 06, 2001
-
-
Stan Seibert authored
the arts Makefile from clobbering custom CFLAGS. git-svn-id: http://svn.xiph.org/trunk/ao@1540 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jun 18, 2001
-
-
Chris Cheney authored
13 archs (hopefully) git-svn-id: http://svn.xiph.org/trunk/ao@1506 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1500 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1489 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1485 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jun 13, 2001
-
-
Stan Seibert authored
script. Thanks to Marc Martinez for the suggested fix. git-svn-id: http://svn.xiph.org/trunk/ao@1478 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 29, 2001
-
-
Michael Smith authored
git-svn-id: http://svn.xiph.org/trunk/ao@1467 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 17, 2001
-
-
Jack Moffitt authored
Patch from Christian Weisgerber <naddy@openbsd.org> git-svn-id: http://svn.xiph.org/trunk/ao@1451 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 13, 2001
-
-
Jack Moffitt authored
provided by William T. Mahan <wtm2@duke.edu> git-svn-id: http://svn.xiph.org/trunk/ao@1444 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 06, 2001
-
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1441 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1440 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Apr 09, 2001
-
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1428 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 26, 2001
-
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1404 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 17, 2001
-
-
Michael Smith authored
git-svn-id: http://svn.xiph.org/trunk/ao@1383 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 07, 2001
-
-
Kenneth C. Arnold authored
git-svn-id: http://svn.xiph.org/trunk/ao@1381 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 05, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1380 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 28, 2001
-
-
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
-
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
-
Jeff Squyres authored
they run configure/autogen.sh. If the environment variables CFLAGS and/or LDFLAGS are set, their values are saved and appended to the values that are set in configure.in. Example (csh-style, cope): % setenv CFLAGS -D_REENTRANT % ./autogen.sh git-svn-id: http://svn.xiph.org/trunk/ao@1372 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@1369 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
Unconditionally link with libpthread (if available) to work around a problem with segfault on dlclose()ing a driver that itself links with libpthread. (actually, it's the arts driver, which links with libarts which in turn links with libpthread) git-svn-id: http://svn.xiph.org/trunk/ao@1368 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 27, 2001
-
-
Ralph Giles authored
Fixes compilation on BSDs. git-svn-id: http://svn.xiph.org/trunk/ao@1367 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 26, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1365 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1345 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1341 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1339 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 24, 2001
-
-
Jack Moffitt authored
incremented teh library version git-svn-id: http://svn.xiph.org/trunk/ao@1330 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
you can do this without that api change git-svn-id: http://svn.xiph.org/trunk/ao@1329 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
updated library version for release git-svn-id: http://svn.xiph.org/trunk/ao@1328 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 18, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1299 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1297 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1287 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 17, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1284 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1283 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 02, 2001
-
-
Ralph Giles authored
Try /dev/sound/dsp (the devfs default) before /dev/dsp in the oss output driver also some esd doc cleanup git-svn-id: http://svn.xiph.org/trunk/ao@1245 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 29, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1222 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 25, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1218 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1212 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1211 0101bb08-14d6-0310-b084-bc0e0c8e3800
-