search for: shout_version

Displaying 3 results from an estimated 3 matches for "shout_version".

Did you mean: short_version
2004 Aug 06
1
Patch to add User-Agent to libshout
...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/shout.c =================================================================== RCS file: /usr/local/cvsroot/libshout/src/shout.c,v ret...
2004 Aug 06
4
icecast - libshout and ices
...h && make && make install). Then I cvsed ices and tried to run autogen.sh. It just quit with: checking for shout-config... /usr/local/bin/shout-config checking libshout settings Using libshout config in /usr/local/bin/shout-config checking libshout... no, checking why checking for shout_version in -lshout... yes configure: Unable to run the test program. check config.log configure: error: must have libshout installed! But I do have: /usr/local/lib/libshout.so.3.0.0 /usr/local/lib/libshout.so.3 /usr/local/lib/libshout.la /usr/local/lib/libshout.so /usr/local/lib/libshout.a What is going...
2013 Apr 06
2
Don't hate yourself anymore, brendan
..."no"]) # Collect flags for shout.pc - -# I hate myself for doing 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_C...