search for: libao_la_sources

Displaying 2 results from an estimated 2 matches for "libao_la_sources".

2001 May 08
2
libao AU driver
...=================================================================== RCS file: /usr/local/cvsroot/ao/src/Makefile.am,v retrieving revision 1.5 diff -u -r1.5 Makefile.am --- src/Makefile.am 2001/05/06 00:13:59 1.5 +++ src/Makefile.am 2001/05/09 01:39:18 @@ -7,7 +7,7 @@ lib_LTLIBRARIES = libao.la -libao_la_SOURCES = audio_out.c ao_raw.c ao_wav.c ao_null.c +libao_la_SOURCES = audio_out.c ao_au.c ao_raw.c ao_wav.c ao_null.c libao_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@ Index: src/audio_out.c =================================================================== RCS file: /usr/local/cvs...
2001 Jul 21
1
Preview of next version of libao
I just committed what will eventually become the next version of libao. I've made some major changes: renamed stuff, redesigned the API, actually documented things. It *will* break any current libao applications (like ogg123). It is on its own branch, so it shouldn't affect the mainline libao code for a while. But beware: I want to land this branch before Vorbis 1.0 goes out. Please