Displaying 14 results from an estimated 14 matches for "xiph_path_ogg".
2004 Aug 06
1
Configure can't fine ogg
looks like ogg2.m4 and ogg.m4 both exist in the m4 dir, but the AC macro
defined in both cases is XIPH_PATH_OGG, so my guess is that AC is picking
up ogg2.m4 first and using that incorrectly....
is there a reason the macro name in ogg2.m4 is XIPH_PATH_OGG and not
XIPH_PATH_OGG2 ?
oddsock
At 11:51 AM 5/26/2004, you wrote:
>On Wed, 2004-05-26 at 17:05, Jack Moffitt wrote:
> > > > checking fo...
2011 Apr 27
3
configure in git repository
...no file called "configure".
So, I just took a guess and ran autogen.sh which then created a "configure"
I then ran the new ./configure and saw the following:
./configure: line 11916: syntax error near unexpected token `tools="tools",'
./configure: line 11916: ` XIPH_PATH_OGG(tools="tools", tools="")'
Please forgive my ignorance, but is this a problem in my setup or in the
configure script, and what is the proper method of building after doing a
git clone?
Thanks for any pointers.
-------------- next part --------------
An HTML attachment was s...
2004 Aug 06
2
Configure can't fine ogg
> > checking for Ogg2... no
>
> Just to answer my own question, for the sake of the archive, it seems that
> Ogg development work in SVN is actually in a module called ogg2, not in the
> ogg module, and it's this that icecast was looking for.
Why is icecast checking for unreleased Ogg code?
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast
2004 Aug 06
1
Compiling SVN code
...n files for icecast, please wait....
aclocal -I m4
m4/xiph_curl.m4:4: warning: underquoted definition of XIPH_PATH_CURL
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
m4/ogg2.m4:10: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
/usr/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG
/usr/share/aclocal/tcl.m4:113: warning: underquoted definition of SC_PATH_TKCONFIG
/usr/share/aclocal/tcl.m4:205: warning: underquot...
2007 Sep 08
2
Compile problems on OSX
....
Firstly, the configure script can't find the OGG libraries which were
installed from MacPorts. I have tried:
./configure --with-ogg-includes=/opt/local/include \
--with-ogg-lib=/opt/local/lib
but they are still not found. I notice that in configure.in, you use
a macro called XIPH_PATH_OGG. Is there any reason you don't use the
PKG_CHECK_MODULES mcaro which uses pkg-config underneath? For my
system pkg-config does the right thing:
> pkg-config --cflags --libs ogg
-I/opt/local/include -L/opt/local/lib -logg
I will put together a patch for this is you are intereste...
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
...a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ PACKAGE=speex
AC_SUBST(SPEEX_VERSION)
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
AM_MAINTAINER_MODE
@@ -112,7 +113,16 @@ AC_MSG_RESULT($has_visibility)
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
-XIPH_PATH_OGG([src="src"], [src=""])
+# Test for availablitly of pkg-config.
+PKG_PROG_PKG_CONFIG
+
+if test -n "$PKG_CONFIG"; then
+ PKG_CHECK_MOD_VERSION(OGG, ogg >= 1.1.3, ac_cv_ogg=yes, ac_cv_ogg=no)
+ src=src
+ fi
+if test x$ac_cv_ogg != xyes; then
+ XIPH_PATH_OGG([src="...
2004 Aug 06
5
libshout compile problems
...e, but
--prefixes have been defined) Any help gratefully received.
jane
:
cygnus:/home/audio/stream/libshout# ./autogen.sh
--prefix=/home/audio/stream --exec-prefix=/home/audio/stream
Generating configuration files for libshout, please wait....
aclocal
aclocal: m4/ogg.m4: 8: duplicated macro `XIPH_PATH_OGG'
aclocal: m4/vorbis.m4: 9: duplicated macro `XIPH_PATH_VORBIS'
autoheader
autoheader: error: AC_CONFIG_HEADERS 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 a...
2007 Sep 09
0
Compile problems on OSX
...n't find the OGG libraries which were
> installed from MacPorts. I have tried:
>
> ./configure --with-ogg-includes=/opt/local/include \
> --with-ogg-lib=/opt/local/lib
>
> but they are still not found. I notice that in configure.in, you use
> a macro called XIPH_PATH_OGG. Is there any reason you don't use the
> PKG_CHECK_MODULES mcaro which uses pkg-config underneath? For my
> system pkg-config does the right thing:
>
> > pkg-config --cflags --libs ogg
> -I/opt/local/include -L/opt/local/lib -logg
>
> I will put together a...
2009 May 09
2
Another paper on CELT
Hi,
For those interested in reading more on CELT, here's another paper that
just got accepted. That one focuses on the low-complexity mode and is
based on 0.5.1.
J.-M. Valin, T. B. Terriberry, G. Maxwell, A Full-Bandwidth Audio Codec
with Low Complexity and Very Low Delay, Accepted for EUSIPCO 2009.
http://people.xiph.org/~jm/papers/celt_eusipco2009.pdf
Cheers,
Jean-Marc
2004 Sep 10
1
building CVS flac
...ONV' not found in library
>aclocal: configure.in: 256: macro `AM_LANGINFO_CODESET' not found in
>library
I can compile now that I've installed libtool-1.5.6 and gettext-0.14.1. :-)
I did need to tweak autogen.sh to use "aclocal -I /usr/share/aclocal" in
order to find XIPH_PATH_OGG, or else "configure" was syntactically incorrect
because that macro wouldn't expand.
Next problem:
When compiling flac123, I discovered there is no callback.h installed in
/usr/local/include/FLAC. I think callback.h needs to be added to
include/FLAC/Makefile.am . When I manuall...
2002 Jul 13
0
libvorbis make and spec fixes
...================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.61
diff -u -r1.61 configure.in
--- configure.in 2002/07/11 22:15:07 1.61
+++ configure.in 2002/07/13 16:33:25
@@ -164,6 +164,7 @@
AC_CHECK_LIB(pthread, pthread_create, pthread_lib="-lpthread", :)
XIPH_PATH_OGG(, AC_MSG_ERROR(must have Ogg installed!))
+AC_CHECK_LIB(ogg, oggpack_writealign,,AC_MSG_ERROR(You need at least Ogg 1.0))
dnl --------------------------------------------------
dnl Check for library functions
Index: libvorbis.spec
================================================================...
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
...cal/wxwin.m4:76: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
/usr/share/aclocal/speex.m4:10: warning: underquoted definition of XIPH_PATH_SPEEX
/usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/libraw1394.m4:6: warning: underquoted definitio...
2008 Mar 29
0
GCC/ELF Visibility patch
...INE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix])
+],
+[
+has_visibility=no
+AC_DEFINE([EXPORT], [], [Symbol visibility prefix])
+CFLAGS="$SAVE_CFLAGS"
+]
+)
+AC_MSG_RESULT($has_visibility)
+
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
XIPH_PATH_OGG([src="src"], [src=""])
Index: libspeex/modes_wb.c
===================================================================
--- libspeex/modes_wb.c (revision 14645)
+++ libspeex/modes_wb.c (working copy)
@@ -52,7 +52,7 @@
#define NULL 0
#endif
-const SpeexMode * const speex_mode_l...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...INE([EXPORT], [__attribute__((visibility("default")))], [Symbol visibility prefix])
+],
+[
+has_visibility=no
+AC_DEFINE([EXPORT], [], [Symbol visibility prefix])
+CFLAGS="$SAVE_CFLAGS"
+]
+)
+AC_MSG_RESULT($has_visibility)
+
AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
XIPH_PATH_OGG([src="src"], [src=""])
Index: libspeex/modes_wb.c
===================================================================
--- libspeex/modes_wb.c (revision 14645)
+++ libspeex/modes_wb.c (working copy)
@@ -52,7 +52,7 @@
#define NULL 0
#endif
-const SpeexMode * const speex_mode_l...