search for: vorbisenc_libs

Displaying 6 results from an estimated 6 matches for "vorbisenc_libs".

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 libvorbisenc & libvorbis are also in the same libdir, yes? Bill --- >...
2000 Nov 22
0
Static linking broken
...vsroot/vorbis-tools/oggenc/Makefile.am,v retrieving revision 1.6 diff -c -r1.6 Makefile.am *** oggenc/Makefile.am 2000/11/18 04:30:02 1.6 --- oggenc/Makefile.am 2000/11/22 15:35:10 *************** *** 8,14 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! oggenc_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISENC_LIBS@ oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\ oe_win32.c\ audio.h encode.h platform.h getopt.h --- 8,14 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! LIBS = @VORBIS_LIBS@ @VORBISENC_LIBS@ @OGG_LIBS@ oggenc_SOURCES = oggenc.c a...
2002 Sep 11
1
patch for FLAC
...oot/vorbis-tools/oggenc/Makefile.am,v retrieving revision 1.21 diff -u -p -r1.21 Makefile.am --- oggenc/Makefile.am 11 Jul 2002 02:45:38 -0000 1.21 +++ oggenc/Makefile.am 11 Sep 2002 18:59:45 -0000 @@ -19,7 +19,7 @@ INCLUDES = @SHARE_CFLAGS@ @OGG_CFLAGS@ @ oggenc_LDADD = @SHARE_LIBS@ \ @VORBISENC_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ \ - @LIBICONV@ @I18N_LIBS@ + @LIBICONV@ @I18N_LIBS@ @FLAC_LIBS@ oggenc_DEPENDENCIES = @SHARE_LIBS@ oggenc_SOURCES = $(oggencsources)
2004 Aug 06
0
ices-2.0.0 install problem
...eS' PACKAGE_STRING='IceS 2.0.0' PACKAGE_TARNAME='ices' PACKAGE_VERSION='2.0.0' PATH_SEPARATOR=':' PKGCONFIG='' PROFILE='' RANLIB='' SET_MAKE='' SHELL='/bin/sh' SHOUTCONFIG='' STRIP='' VERSION='2.0.0' VORBISENC_LIBS='' VORBISFILE_LIBS='' VORBIS_CFLAGS='' VORBIS_LDFLAGS='' VORBIS_LIBS='' VORBIS_PREFIX='' XIPH_CFLAGS='' XIPH_CPPFLAGS='' XIPH_LIBS='' XMLCONFIG='' XML_CFLAGS='' XML_LIBS='' ac_ct_AR='' ac_ct_CC=&...
2004 Aug 06
3
ices2 compilations problems
...39; PROFILE='-O20 -g -pg -fsigned-char -D_REENTRANT' RANLIB='ranlib' SET_MAKE='' SHELL='/usr/local/bin/bash' SHOUT_CFLAGS='' SHOUT_CLFAGS='' SHOUT_LIBS='' SOCKET_LIBS='' STRIP='strip' SUN_CFLAGS='' VERSION='2.0' VORBISENC_LIBS='-lvorbisenc' VORBISFILE_LIBS='-lvorbisfile' VORBIS_CFLAGS='-I/home/Darkmeteor/include' VORBIS_LIBS='-L/home/Darkmeteor/lib -lvorbis -lm' XIPH_CFLAGS='' XMLCONFIG='xml2-config' XML_CFLAGS='-I/home/Darkmeteor/include/libxml2' XML_LIBS='-L/h...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no