search for: ogg_lib

Displaying 20 results from an estimated 55 matches for "ogg_lib".

Did you mean: ogg_libs
2004 Dec 29
0
Need @OGG_LIBS@ added to libvorbisfile_la_LIBADD in trunk/vorbis/lib/Makefile.am
...d to add -logg to the libvorbisfile.la rule in the Makefile. Working its way back upstream through configure and autogen, it looks like the following line in trunk/vorbis/lib/Makefile.am libvorbisfile_la_LIBADD = libvorbis.la just needs to be changed to libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@ Is this correct? I assume that building a shared library on a "real" Unix platform doesn't require every symbol to be defined at build time, but building on Windows does. Or something like that. I noticed that the definition of libvorbis_la_LIBADD already has @OGG_LIBS@ in it, s...
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...es/c/decode/file/Makefile.am +++ b/examples/c/decode/file/Makefile.am @@ -22,8 +22,6 @@ EXTRA_DIST = \ AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include noinst_PROGRAMS = example_c_decode_file example_c_decode_file_LDADD = \ - $(top_builddir)/src/libFLAC/libFLAC.la \ - @OGG_LIBS@ \ - -lm + $(top_builddir)/src/libFLAC/libFLAC.la example_c_decode_file_SOURCES = main.c diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am index 6f0145b..ceae6a5 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -50,7 +50,6 @@ flac_LDADD = \ $(top_builddir)/src/share/repl...
2004 Aug 06
1
patch for compiling on IRIX
...n 1.10 diff -u -r1.10 Makefile.am --- src/Makefile.am 30 May 2003 02:09:30 -0000 1.10 +++ src/Makefile.am 17 Feb 2004 08:59:58 -0000 @@ -18,7 +18,11 @@ bin_PROGRAMS = speexenc speexdec speexenc_SOURCES = speexenc.c wav_io.c -speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) +speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la \ + $(OGG_LDFLAGS) $(OGG_LIBS) \ + @LTLIBOBJS@ speexdec_SOURCES = speexdec.c wav_io.c -speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) +speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \ + $(OGG_LDFLAG...
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...lse + CONFIG_CFLAGS += -DHAVE_SOCKLEN_T +endif + +ifneq (0,$(USE_ICONV)) + CONFIG_CFLAGS += -DHAVE_ICONV + ICONV_LIBS = -liconv +else + ICONV_LIBS = +endif + +ifneq (0,$(USE_OGG)) + CONFIG_CFLAGS += -DFLAC__HAS_OGG=1 + OGG_INCLUDES = -I$(OGG_INCLUDE_DIR) + OGG_EXPLICIT_LIBS = $(OGG_LIB_DIR)/libogg.a + OGG_LIBS = -L$(OGG_LIB_DIR) -logg + OGG_SRCS = $(OGG_SRCS_C) else -CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + CONFIG_CFLAGS += -DFLAC__HAS_OGG=0 +...
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...a/tools/Makefile.am b/tools/Makefile.am index c7678b6..65099ce 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,7 +15,7 @@ noinst_HEADERS = wav_io.h bin_PROGRAMS = celtenc celtdec celtenc_SOURCES = celtenc.c wav_io.c skeleton.c -celtenc_LDADD = $(top_builddir)/libcelt/libcelt.la $(OGG_LIBS) +celtenc_LDADD = $(top_builddir)/libcelt/libcelt at LIBCELT_SUFFIX@.la $(OGG_LIBS) celtdec_SOURCES = celtdec.c wav_io.c -celtdec_LDADD = $(top_builddir)/libcelt/libcelt.la $(OGG_LIBS) +celtdec_LDADD = $(top_builddir)/libcelt/libcelt at LIBCELT_SUFFIX@.la $(OGG_LIBS) -- 1.6.4
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...lse + CONFIG_CFLAGS += -DHAVE_SOCKLEN_T +endif + +ifneq (0,$(USE_ICONV)) + CONFIG_CFLAGS += -DHAVE_ICONV + ICONV_LIBS = -liconv +else + ICONV_LIBS = +endif + +ifneq (0,$(USE_OGG)) + CONFIG_CFLAGS += -DFLAC__HAS_OGG=1 + OGG_INCLUDES = -I$(OGG_INCLUDE_DIR) + OGG_EXPLICIT_LIBS = $(OGG_LIB_DIR)/libogg.a + OGG_LIBS = -L$(OGG_LIB_DIR) -logg + OGG_SRCS = $(OGG_SRCS_C) else -CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -DHAVE_SOCKLEN_T -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + CONFIG_CFLAGS += -DFLAC__HAS_OGG=0 +...
2001 Oct 11
0
ogg.m4: --with-ogg-libdir
...nl Get the cflags and libraries dnl AC_ARG_WITH(ogg-prefix,[ --with-ogg-prefix=PFX Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="") +AC_ARG_WITH(ogg-libdir,[ --with-ogg-libdir=DIR Directory where libogg library is installed (optional)], ogg_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...
2000 Nov 22
0
Static linking broken
.../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/Makefile.am ====================================...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...ke*in -x aclocal.m4 vorbis-trunk/configure.in vorbis/configure.in --- vorbis-trunk/configure.in Wed Nov 8 03:36:35 2000 +++ vorbis/configure.in Thu Nov 9 23:00:40 2000 @@ -150,5 +150,5 @@ AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :) -AM_PATH_OGG(LIBS="$LIBS $OGG_LIBS", AC_MSG_ERROR(must have Ogg installed!)) +AM_PATH_OGG(LIBS="$LIBS", AC_MSG_ERROR(must have Ogg installed!)) dnl -------------------------------------------------- @@ -167,3 +167,3 @@ AC_SUBST(pthread_lib) -AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile...
2004 Sep 10
1
Patch for building on IRIX
...ac/Makefile.am,v retrieving revision 1.13 diff -u -r1.13 Makefile.am --- src/flac/Makefile.am 20 Sep 2002 05:55:13 -0000 1.13 +++ src/flac/Makefile.am 5 Oct 2002 09:06:51 -0000 @@ -39,4 +39,4 @@ file.h \ vorbiscomment.h -flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ -lm +flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ @LIBICONV@ -lm Index: src/metaflac/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/metaflac/Makefile.am,v retrieving r...
2004 Aug 06
5
libshout compile problems
...omake --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 error near unexpected token `config.h' ./configure: l...
2004 Feb 18
5
compiling vorbis in cygwin
Hi, On compiling vorbis in a cygwin shell using "./autogen.sh" I get the following error... configure:19396: checking for Ogg configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg >&5 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -logg collect2: ld returned 1 exit status The
2013 Apr 06
1
Update ogg.m4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please update m4/ogg.m4 Namely, new version should support --with-ogg=yes or --with-ogg=no (this enables ogg stuff, but does not add -L to OGG_LIBS, that is crucial to keep .pc files clean). ogg.m4 from libogg-1.3.0 will be sufficient. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRX5KwAAoJEOs4Jb6SI2CwvhoH/jxn4DrAsnsltaEj2OaP41rD Mhw19hV14h/qGer...
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
...src/libFLAC++/flac++.pc.in index 8f55499..242998d 100644 --- a/src/libFLAC++/flac++.pc.in +++ b/src/libFLAC++/flac++.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: FLAC++ Description: Free Lossless Audio Codec Library (C++ API) Version: @VERSION@ -Requires: flac -Libs: -L${libdir} -lFLAC++ @OGG_LIBS@ -lm +Requires.private: flac +Libs: -L${libdir} -lFLAC++ Cflags: -I${includedir} diff --git a/src/libFLAC/flac.pc.in b/src/libFLAC/flac.pc.in index 5f9be59..56e8594 100644 --- a/src/libFLAC/flac.pc.in +++ b/src/libFLAC/flac.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: FLAC Description: F...
2004 Aug 06
0
small icecast fix
...28 Aug 2002 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$(s...
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_LIBA...
2008 May 03
2
Cross compiling Linux -> windows has broken
Hi all, SOme of the recent changes to the build system has broken Linux to windows cross compile. I'm currently trying to fix that and found that configure.ac has a redundant check. This patch fixes it: ------8<------8<------8<------8<------8<------8<------8<------8<------ --- configure.ac (revision 14830) +++ configure.ac (working copy) @@ -203,13
2000 Nov 07
1
More BeOS woe
This one may be my fault.... I've put a temporary fix for libvorbis not linking, I altered libvorbis_la_LIBADD = to libvorbis_la_LIBADD = $(OGG_LIBS) in the makefile, hence the temporary and continued with the build. I'm now getting gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 - DHAVE_ALLOCA=1 -I. -I. -I../include -I/boot/home/config/include -O20 - D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H...
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 Squyres {+} squyres@cse.nd.edu {+} P...
2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when cross compiling for windows using mingw: CCLD speexdec.exe speexdec.o:speexdec.c:(.text+0x4af): undefined reference to `_imp__waveOutGetNumDevs at 0' speexdec.o:speexdec.c:(.text+0x54d): undefined reference to `_imp__waveOutOpen at 24' speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to