search for: ogg_cflag

Displaying 20 results from an estimated 35 matches for "ogg_cflag".

Did you mean: ogg_cflags
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...trieving revision 1.33 diff -u -r1.33 Makefile.am --- src/flac/Makefile.am 25 Jan 2005 04:18:27 -0000 1.33 +++ src/flac/Makefile.am 30 Jan 2005 05:23:53 -0000 @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = flac -CFLAGS = @CFLAGS@ @OGG_CFLAGS@ +AM_CFLAGS = @OGG_CFLAGS@ if FLaC__HAS_OGG NEED_OGGFLAC_LIB = $(top_builddir)/src/libOggFLAC/libOggFLAC.la Index: src/libFLAC/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.57 diff -u...
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 Ind...
2001 Oct 11
0
ogg.m4: --with-ogg-libdir
...libdir="$withval", ogg_libdir="") AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run a test Ogg program],, enable_oggtest=yes) - if test "x$ogg_prefix" != "x"; then - ogg_args="$ogg_args --prefix=$ogg_prefix" - OGG_CFLAGS="-I$ogg_prefix/include" + if test "x$ogg_libdir" != "x" ; then + ogg_args="$ogg_args --libdir=$ogg_libdir" + OGG_LIBS="-L$ogg_libdir" + elif test "x$ogg_prefix" != "x" ; then OGG_LIBS="-L$ogg_prefix/lib" -...
2000 Nov 06
1
Problems compiling with --with-ogg-prefix=xxx
...PIC mdct.c -o .libs/mdct.lo In file included from mdct.h:22, from mdct.c:40: ../include/vorbis/codec.h:27: ogg/ogg.h: No such file or directory In file included from mdct.c:41: os.h:22: ogg/os_types.h: No such file or directory I have tracked down the problem to lib/Makefile.am. $(OGG_CFLAGS) needs to be added to the INCLUDE variable. This is because some of the *.c files reference ogg/ogg.h. ie INCLUDES = -I$(top_srcdir)/include hould be changed to INCLUDES = -I$(top_srcdir)/include $(OGG_CFLAGS) cheers, Warren. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg...
2002 Aug 14
0
automake 1.6 compatability patch
...an_pages = oggdec.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 =============...
2004 Aug 06
0
small icecast fix
...S = 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$(srcdir)/httpp \ -I$(srcdir)/log -I$(sr...
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...
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
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...ilddir) -I$(srcdir)/include -I$(top_srcdir)/include flaccppinclude_HEADERS = \ all.h \ decoder.h \ diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am index 17cfcce..d2c9f07 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -18,7 +18,7 @@ bin_PROGRAMS = flac AM_CFLAGS = @OGG_CFLAGS@ - +AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include EXTRA_DIST = \ Makefile.lite \ Makefile.lite.iffscan \ diff --git a/src/libFLAC++/Makefile.am b/src/libFLAC++/Makefile.am index abc5f9a..06fa6a1 100644 --- a/src/libFLAC++/Makefile.am +++ b/src/libFLAC++/Makefile....
2008 Apr 10
2
Delay occurred when the makefile change
...kup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h \ dec/decint.h \ dec/dequant.h \ dec/enquant.h \ dec/huffdec.h \ dec/huffman.h \ dec/idct.h \ dec/ocintrin.h \ dec/quant.h \ dec/x86/x86int.h CFLAGS = -g -Wall $(DEFS) $(INCS) libtheora_la_CFLAGS = $(OGG_CFLAGS) libtheora_la_LDFLAGS = -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@ :@TH_LIB_AGE@ @THEORA_LDFLAGS@ libtheora_la_LIBADD = $(OGG_LIBS) $(LIBS) debug: $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence" profile: $(MAKE) all CFLAGS="@PROFILE@" ****************...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...kup.h \ enc/dsp.h \ dec/apiwrapper.h \ dec/dct.h \ dec/decint.h \ dec/dequant.h \ dec/enquant.h \ dec/huffdec.h \ dec/huffman.h \ dec/idct.h \ dec/ocintrin.h \ dec/quant.h \ dec/x86/x86int.h CFLAGS = -g -Wall $(DEFS) $(INCS) libtheora_la_CFLAGS = $(OGG_CFLAGS) libtheora_la_LDFLAGS = -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@ :@TH_LIB_AGE@ @THEORA_LDFLAGS@ libtheora_la_LIBADD = $(OGG_LIBS) $(LIBS) debug: $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence" profile: $(MAKE) all CFLAGS="@PROFILE@" ****************...
2001 Mar 16
3
Patches for NetBSD
....orig/ogg123/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' conta...
2007 Nov 13
0
problem with speex and iaxclient
...1/portaudio-1.9/lib.libs /d/Lib/iaxclient-2.0.1/portaudio-1.9/l ib/.libs/libportaudio.a" THEORA_CFLAGS="-I/d/Lib/iaxclient-2.0.1/libtheora-1.0/include" THEORA_LIBS="-L/d/Lib/iaxclient-2.0.1/libtheora-1.0/lib/.libs /d/Lib /iaxclient-2.0.1/libtheora-1.0/lib/.libs/libtheora.a" OGG_CFLAGS="-I/d/Lib/iaxclient-2.0.1/libogg-1.1.3/include" OGG_LIBS="-L/d/Lib/iaxclient-2.0.1/libogg-1 .1.3/src/.libs /d/Lib/iaxclient-2.0.1/libogg-1.1.3/src/.libs/libogg.a" --enable-static --disable-shared I also tried with the beta 1 of speex but I still had the same problem! :( is som...
2004 Sep 10
0
XMMS plugin build fix
...files; do yours? 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
2017 Jan 15
0
[PATCH 2/2] Only compile and run tests when running 'make check'
...= test_libFLAC test_libFLAC_LDADD = \ $(top_builddir)/src/share/grabbag/libgrabbag.la \ diff --git a/src/test_seeking/Makefile.am b/src/test_seeking/Makefile.am index cb059ed6..b7dd852c 100644 --- a/src/test_seeking/Makefile.am +++ b/src/test_seeking/Makefile.am @@ -26,7 +26,7 @@ AM_CFLAGS = @OGG_CFLAGS@ AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -noinst_PROGRAMS = test_seeking +check_PROGRAMS = test_seeking test_seeking_LDADD = \ $(top_builddir)/src/libFLAC/libFLAC.la diff --git a/src/test_streams/Makefile.am b/src/test_streams/Makefile.am index c5f5df7...
2001 Mar 17
1
ogg123 man page location
...1.13 diff -u -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...
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
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...= dump_video.c 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...
2002 Sep 11
1
patch for FLAC
...=============================== RCS file: /usr/local/cvsroot/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)