search for: ao_prefix

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

2001 Mar 16
3
Patches for NetBSD
...->swap_buffer[i+1] = ((char *) output_samples)[i]; } vorbis-tools: $NetBSD: patch-aa,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ --- ../vorbis-tools-1.0beta4.orig/configure Sun Feb 25 21:51:05 2001 +++ configure Thu Mar 15 09:52:40 2001 @@ -1822,7 +1822,7 @@ AO_LIBS="-L$ao_prefix/lib" fi - AO_LIBS="$AO_LIBS -lao -ldl" + AO_LIBS="$AO_LIBS -lao -lossaudio" echo $ac_n "checking for ao""... $ac_c" 1>&6 echo "configure:1829: checking for ao" >&5 $NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:53:06 wiz E...
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
...========= RCS file: /usr/local/cvsroot/vorbis-tools/acinclude.m4,v retrieving revision 1.5 diff -u -p -r1.5 acinclude.m4 --- acinclude.m4 2000/12/17 20:29:32 1.5 +++ acinclude.m4 2001/01/30 01:46:02 @@ -210,7 +210,7 @@ AC_ARG_ENABLE(aotest, [ --disable-aotes AO_LIBS="-L$ao_prefix/lib" fi - AO_LIBS="$AO_LIBS -lao -ldl" + AO_LIBS="$AO_LIBS -lao $DLOPEN_LIBS" AC_MSG_CHECKING(for ao) no_ao="" Index: configure.in =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/configur...