search for: xiph_cflag

Displaying 6 results from an estimated 6 matches for "xiph_cflag".

Did you mean: xiph_cflags
2004 Aug 06
2
Current Ices2 requirements?
...g Makefile.am:6: required directory ./debian does not exist autoconf I am going to run ./configure [...] checking for an ANSI C-conforming const... yes checking for uint64_t... yes ./configure: line 8798: XIPH_PATH_XML: command not found ./configure: line 8799: syntax error near unexpected token `XIPH_CFLAGS,' ./configure: line 8799: `XIPH_VAR_APPEND(XIPH_CFLAGS, $XML_CFLAGS)' Any help is appreciated, thanks! - chris --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to...
2004 Aug 06
1
Patch to add User-Agent to libshout
...================================= RCS file: /usr/local/cvsroot/libshout/configure.in,v retrieving revision 1.65 diff -u -r1.65 configure.in --- configure.in 13 Jul 2003 16:36:37 -0000 1.65 +++ configure.in 21 Jul 2003 04:20:22 -0000 @@ -65,7 +65,7 @@ ;; esac else - XIPH_CFLAGS="-Wall -ffast-math -fsigned-char" + XIPH_CFLAGS="-Wall -ffast-math -fsigned-char -DVERSION=${SHOUT_VERSION}" AC_DEFINE(_GNU_SOURCE, ,[Define if you have POSIX and GNU specifications]) DEBUG="-g" PROFILE="-pg -g" Index: src/s...
2004 Aug 06
0
ices-2.0.0 install problem
...9; 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='' am__include='' am__quote='' bi...
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper mime type, due to a
2004 Aug 06
3
ices2 compilations problems
...39; 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='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#'...
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