Displaying 5 results from an estimated 5 matches for "libvorbisenc_la_libadd".
2000 Nov 18
1
beta 3 release build is broken on BeOS
Seems we've gone back to the -L/path/to/libvorbis/ -lvorbis missing
while
building libvorbisfile :(
it appears that.
libvorbisfile_la_LIBADD = libvorbis.la
and
libvorbisenc_la_LIBADD = libvorbis.la
have gone missing from vorbis/lib/makefile.am
Dave
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsub...
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The
error is below.
Also, what happened to the xmms plugin directory in cvs? It complains that
it is missing when I do a 'cvs update'.
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_
ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...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 Nov 9 23:57:27 2000
+++ vorbis/ltconfig...
2008 May 03
2
Cross compiling Linux -> windows has broken
Hi all,
SOme of the recent changes to the build system has broken Linux
to windows cross compile. I'm currently trying to fix that and
found that configure.ac has a redundant check. This patch fixes
it:
------8<------8<------8<------8<------8<------8<------8<------8<------
--- configure.ac (revision 14830)
+++ configure.ac (working copy)
@@ -203,13
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