Displaying 3 results from an estimated 3 matches for "libvorbisenc_la_sourc".
Did you mean:
libvorbisenc_la_sources
2005 Mar 11
0
Patch to fix Vorbis build buster
...ibvorbisfile_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
2000 Apr 21
5
BeOS diffs
HI,
how do I get mods applied to Vorbis, I'm not a
cvs guru and I don't know much about configure scripts.
BeOS has this little quirk of being 99% POSIX compliant so these
mods are required for vorbis to compile.
To define int64_t in codec.h
#ifdef __BEOS__
#include <inttypes.h>
#endif
run.c in vq needs 'changing' around line 141 becuase
S_IFSOCK isn't
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...9:53:45 2000
+++ vorbis/lib/Makefile.am Thu Nov 9 21:13:49 2000
@@ -20,9 +20,9 @@
libvorbisfile_la_SOURCES = vorbisfile.c
-libvorbisfile_la_LIBADD = libvorbis.la
+#libvorbisfile_la_LIBADD = libvorbis.la
libvorbisfile_la_LDFLAGS = -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
libvorbisenc_la_SOURCES = vorbisenc.c
-libvorbisenc_la_LIBADD = libvorbis.la
+#libvorbisenc_la_LIBADD = libvorbis.la
libvorbisenc_la_LDFLAGS = -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
diff -bBu2rN -x CVS -x Make*in -x aclocal.m4 vorbis-trunk/ltconfig vorbis/ltconfig
--- vorbis-trunk/ltconfig Thu...