[Vorbis-dev] Patch to fix Vorbis build buster
Aaron Colwell
acolwell at real.com
Fri Mar 11 15:44:55 PST 2005
This fixes a build problem with libvorbisfile.
Aaron
Index: lib/Makefile.am
===================================================================
--- lib/Makefile.am (revision 9064)
+++ lib/Makefile.am (working copy)
@@ -19,7 +19,7 @@
libvorbis_la_LIBADD = @OGG_LIBS@ @VORBIS_LIBS@
libvorbisfile_la_SOURCES = vorbisfile.c
-libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
+libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@ @OGG_LIBS@
libvorbisfile_la_LIBADD = libvorbis.la
libvorbisenc_la_SOURCES = vorbisenc.c
More information about the Vorbis-dev
mailing list