search for: vorbis_libs

Displaying 20 results from an estimated 22 matches for "vorbis_libs".

2000 Nov 22
0
Static linking broken
...cvsroot/vorbis-tools/ogg123/Makefile.am,v retrieving revision 1.7 diff -c -r1.7 Makefile.am *** ogg123/Makefile.am 2000/11/18 05:36:32 1.7 --- ogg123/Makefile.am 2000/11/22 15:35:10 *************** *** 10,16 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ ! ogg123_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISFILE_LIBS@ @AO_LIBS@ ogg123_SOURCES = ogg123.c --- 10,16 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ ! LIBS = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ ogg123_SOURCES = ogg123.c Index: oggenc/Makefile.am ===================================================...
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...
2004 Aug 02
9
various patches from Mandrakelinux package
I was looking at the libvorbis 1.0 SRPM of Mandrakelinux, and it contained some patches which are not included in vorbis 1.1 svn. I'm attaching these patches here, because it could maybe be interesting to include these upstream. (libvorbis-1.1-aliasing.patch is actually a rediffed patch of Mandrakesoft's one for 1.0 against 1.1 svn). The author of these patches is Gwenole Beachesne,
2004 Aug 06
5
libshout compile problems
...ERS not found in configure.in libtoolize --automake automake --add-missing configure.in: 14: required file `./config.h.in' not found src/Makefile.am:5: HAVE_THREAD does not appear in AM_CONDITIONAL src/Makefile.am:18: variable `MAYBE_THREAD_LIB' not defined src/Makefile.am:18: variable `VORBIS_LIBS' not defined src/Makefile.am:18: variable `OGG_LIBS' not defined src/Makefile.am:9: variable `MAYBE_THREAD' not defined examples/Makefile.am:8: variable `OGG_LIBS' not defined examples/Makefile.am:8: variable `VORBIS_LIBS' not defined autoconf ./configure: line 1276: syntax er...
2004 Aug 06
0
small icecast fix
...2 10:30:22 -0000 @@ -16,8 +16,8 @@ icecast_SOURCES = config.c main.c loggin icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\ log/libicelog.la avl/libiceavl.la timing/libicetiming.la -LIBS = @LIBS@ -lxslt -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ -CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ +LIBS = @LIBS@ @XSLT_LIBS@ -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@ +CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ INCLUDES = -I$(srcdir)/net -I$(srcdir)/thread -I$(srcdir)/avl -I$(...
2001 Jan 20
2
Makefile.am patch
...: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile.am,v retrieving revision 1.6 diff -c -r1.6 Makefile.am *** Makefile.am 2001/01/19 11:39:23 1.6 --- Makefile.am 2001/01/20 13:52:55 *************** *** 6,12 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: --- 6,12 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsess...
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest version in CVS. autogen.sh runs fine, configure runs fine, make fails with the following: gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an eventual release in a few days. A changelog of what's new may be found at [1]. Meanwhile, what's in SVN is a "Release Candidate" to find out if anything was broken since version 1.1.1. Report any (or lack of) problems you may find, so we'll be able to put out a new version of vorbis-tools. -Ivo [1]
2004 Sep 10
0
XMMS plugin build fix
....am for the vorbis plugin: if HAVE_OGGVORBIS lib_LTLIBRARIES = libvorbis.la endif libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) INCLUDES = @GTK_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_builddir)/intl libvorbis_la_LDFLAGS = -module -avoid-version libvorbis_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ libvorbis_la_SOURCES = \ vorbis.c vorbis.h \ configure.c \ http.c http.h \ fileinfo.c \ vcedit.c vcedit.h \ utf8.c -- - mdz
2005 Mar 11
0
Patch to fix Vorbis build buster
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....
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...p_video_LDADD = $(GETOPT_OBJS) $(LDADD) -+dump_video_LDADD = $(GETOPT_OBJS) $(LDADD) -lcompat - dump_video_DEPENDENCIES = $(GETOPT_OBJS) - player_example_SOURCES = player_example.c - player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS) --player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) -+player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) -lossaudio - encoder_example_SOURCES = encoder_example.c - EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h - encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS) +-dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDEC) ++dump_video...
2002 Sep 11
1
patch for FLAC
...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 Sep 10
2
XMMS plugin build fix
--- Matt Zimmerman <mdz@debian.org> wrote: > The only difference in the command lines seems to be that your > xmms-config > explicitly links with -lgthread, while I suppose mine lets the > dynamic linker > pull it in. The only significant difference between the old and new > _LIBADD > lines is that @XMMS_LIBS@ is at the beginning in the new one. Now > that I think
2013 Apr 06
2
Don't hate yourself anymore, brendan
...BIS_CFLAGS $PTHREAD_CPPFLAGS" -SHOUT_CFLAGS="$PTHREAD_CFLAGS" +SHOUT_CFLAGS="$VORBIS_CFLAGS $PTHREAD_CFLAGS" SHOUT_LIBS="-lshout" -XIPH_CLEAN_CCFLAGS([$SHOUT_CPPFLAGS], [SHOUT_CPPFLAGS]) XIPH_CLEAN_CCFLAGS([$SHOUT_CFLAGS], [SHOUT_CFLAGS]) XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $THEORA_LIBS $SPEEX_LIBS $PTHREAD_LIBS $LIBS], [SHOUT_LIBDEPS]) AC_SUBST(PTHREAD_CPPFLAGS) AC_SUBST(SHOUT_LIBDEPS) AC_SUBST(SHOUT_REQUIRES) -AC_SUBST(SHOUT_CPPFLAGS) AC_SUBST(SHOUT_CFLAGS) dnl Make substitutions Index: shout.pc.in =============================================================...
2000 Nov 22
1
Non-gcc build problems
...e "vorbiscomment_LDFLAGS" to either "LIBS" or "vorbiscomment_LDADD" (since there's only one program in this directory it doesn't really matter which), and change the order of the libs for proper left-to-right linking: vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ - vorbis-tools/ogg123/ogg123.c line 37 includes <getopt.h>. This appears to be a GNU extension, and is not portable, as not all operating systems have it. Indeed, the usage of "struct option" (line 83 and throughout the rest of the file) does not appear to be portable...
2004 Aug 06
0
ices-2.0.0 install problem
...9; 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='gcc' ac_ct_CXX='' ac_ct_F77='' ac_ct_RANLIB='' ac_ct_STRIP=''...
2014 Sep 10
4
[RFC PATCH v1 0/3] Introducing ARM SIMD Support
libvorbis does not currently have any simd/vectorization. Following patches add generic framework for simd/vectorization and on top, add ARM-NEON simd vectorization using intrinsics. I was able to get over 34% performance improvement on my Beaglebone Black which is single Cortex-A8 based CPU. You can find more information on metrics and procedure I used to measure at
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
...usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v retrieving revision 1.11 diff -u -p -r1.11 Makefile.am --- ogg123/Makefile.am 2001/01/25 06:54:52 1.11 +++ ogg123/Makefile.am 2001/01/30 01:46:02 @@ -12,7 +12,7 @@ INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ogg123_LDADD = @VORBISFILE_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @AO_LIBS@ -ogg123_SOURCES = ogg123.c ao_interface.c buffer.c ogg123.h buffer.h +ogg123_SOURCES = ogg123.c ao_interface.c buffer.c ogg123.h buffer.h getopt.c getopt1.c EXTRA_DIST = $(man_MANS) $(doc_DATA) Index: ogg123/buffer.c =====================================================...
2002 Aug 14
0
automake 1.6 compatability patch
...r = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = vcut +bin_PROGRAMS = @VCUT@ +EXTRA_PROGRAMS = vcut mandir = @MANDIR@ man_MANS = $(mans) +EXTRA_MANS = $(man_pages) INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ @I18N_CFLAGS@ vcut_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @I18N_LIBS@ vcut_SOURCES = $(vcutsources) - -endif - -EXTRA_DIST = $(vcutsources) $(mans) debug: $(MAKE) all CFLAGS="@DEBUG@" Index: vorbiscomment/Makefile.am =================================================================== RCS file: /usr/local/cvsroot/vorbis-tools/...
2009 Jul 25
1
compiling libtheora-1.1alpha2
...hecking for pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking for ogg >= 1.1... yes checking OGG_CFLAGS... -I/usr/local/include checking OGG_LIBS... -L/usr/local/lib -logg checking for vorbis >= 1.0.1... yes checking VORBIS_CFLAGS... -I/usr/local/include checking VORBIS_LIBS... -L/usr/local/lib -lvorbis -lm -logg checking for sdl-config... no checking for SDL - version >= 0.11.0... no *** The sdl-config script installed by SDL could not be found *** If SDL was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the SDL_CONFIG environment variable...