search for: vorbis_cflags

Displaying 18 results from an estimated 18 matches for "vorbis_cflags".

2000 Nov 22
0
Static linking broken
...===================================== RCS file: /usr/local/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/Makefi...
2002 Aug 14
0
automake 1.6 compatability patch
...gdec.1 oggdecsources = oggdec.c if BUILD_OGGDEC +mans=$(man_pages) +else +mans= +endif datadir = @datadir@ localedir = $(datadir)/locale DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -bin_PROGRAMS = oggdec +bin_PROGRAMS = @OGGDEC@ +EXTRA_PROGRAMS=oggdec INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@ @@ -21,12 +26,9 @@ oggdec_SOURCES = $(oggdecsources) man_MANS = $(mans) +EXTRA_MANS = $(man_pages) mandir = @MANDIR@ -endif - - -EXTRA_DIST = $(oggdecsources) $(mans) debug: $(MAKE) all CFLAGS="@DEBUG@" Index: oggenc/Makefile.am ==============================...
2013 Apr 06
2
Don't hate yourself anymore, brendan
...this. -save_prefix="$prefix" -if test "$prefix" = "NONE" -then - prefix="$ac_default_prefix" -fi -eval shout_includedir="$includedir" -prefix="$save_prefix" - SHOUT_VERSION="$VERSION" -SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_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_LIB...
2004 Aug 06
0
small icecast fix
...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$(srcdir)/httpp \ -I$(srcdir)/log -I$(srcdir)/timing &lt...
2001 Jan 20
2
Makefile.am patch
...============================================= RCS file: /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...
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
2001 Mar 16
3
Patches for NetBSD
...Makefile.in Mon Feb 26 03:02:14 2001 +++ ogg123/Makefile.in Sat Mar 10 03:47:13 2001 @@ -85,7 +85,7 @@ bin_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = ogg123rc-example -mandir = $(datadir)/man +mandir = $(prefix)/man man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ I hope this helps! Jeremy C. Reed http://www.reedmedia.net/ --- >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 wo...
2004 Sep 10
0
XMMS plugin build fix
...urs? That code is essentially the same code that is used to build the plugins in XMMS itself. For instance, here's the Makefile.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
2001 Mar 17
1
ogg123 man page location
...-r1.13 Makefile.am --- ogg123/Makefile.am 2001/02/19 22:27:52 1.13 +++ ogg123/Makefile.am 2001/03/17 15:02:14 @@ -5,7 +5,6 @@ bin_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = ogg123rc-example -mandir = $(datadir)/man man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >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' co...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...EXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.h --dump_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)...
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
2004 Aug 06
0
ices-2.0.0 install problem
...ARNAME='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='gcc' ac_ct_CXX='' ac_ct_F77='...
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]
2003 Aug 30
1
Fink's vorbis-tools patch
...37 2002 +++ vorbis-tools-1.0/ogg123/Makefile.am Mon Jan 20 10:11:40 2003 @@ -22,7 +22,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ bin_PROGRAMS = ogg123 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +docdir = $(datadir)/doc/$(PACKAGE) mandir = @MANDIR@ INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@ \
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
...========================================= RCS file: /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 ==...
2009 Jul 25
1
compiling libtheora-1.1alpha2
...ow to control symbol export... --version-script checking 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 p...
2004 Aug 06
3
ices2 compilations problems
...lib' 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/home/Darkmeteor/lib -lxml2 -lz -lm' ac_ct_CC='gcc' ac_ct_RANLIB=...
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