Displaying 1 result from an estimated 1 matches for "vorbis_libdir".
2001 Jul 06
1
problem with vorbis autoconf stuff
It sets:
VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm"
VORBISFILE_LIBS="-lvorbisfile"
VORBISENC_LIBS="-lvorbisenc"
Shouldn't this be:
VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm"
VORBISFILE_LIBS="$VORBIS_LIBDIR -lvorbisfile"
VORBISENC_LIBS="$VORBIS_LIBDIR -lvorbisenc"
as...