diff --git a/darkice/trunk/AUTHORS b/darkice/trunk/AUTHORS index 041920a..dcff73a 100644 --- a/darkice/trunk/AUTHORS +++ b/darkice/trunk/AUTHORS @@ -34,4 +34,5 @@ with contributions by: Pierre Souchay Daniel Hazelbaker Alessandro Beretta + omroepvenray diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 0063cb9..4c13704 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,3 +1,8 @@ +DarkIce next release + + o bugfix: the configure script recognizes Ogg Vorbis shared objects + now, not just static libraries. Thanks to omroepvenray. + 07-07-2008 Darkice 0.19 released o added mount point option for Darwin Streaming Server diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 78f78c4..0d4b138 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -89,12 +89,12 @@ AC_ARG_WITH(vorbis-prefix, if test "x${USE_VORBIS}" = "xyes" ; then AC_MSG_CHECKING( [for vorbis libraries at ${CONFIG_VORBIS_PREFIX}] ) - LA_SEARCH_LIB( OGG_LIB_LOC, OGG_INC_LOC, libogg.a, ogg/ogg.h, + LA_SEARCH_LIB( OGG_LIB_LOC, OGG_INC_LOC, libogg.a libogg.so, ogg/ogg.h, ${CONFIG_VORBIS_PREFIX}) - LA_SEARCH_LIB( VORBIS_LIB_LOC, VORBIS_INC_LOC, libvorbis.a, vorbis/codec.h, + LA_SEARCH_LIB( VORBIS_LIB_LOC, VORBIS_INC_LOC, libvorbis.a libvorbis.so, vorbis/codec.h, ${CONFIG_VORBIS_PREFIX}) LA_SEARCH_LIB( VORBISENC_LIB_LOC, VORBISENC_INC_LOC, - libvorbisenc.a, vorbis/vorbisenc.h, + libvorbisenc.a libvorbisenc.so, vorbis/vorbisenc.h, ${CONFIG_VORBIS_PREFIX}) if test "x${OGG_LIB_LOC}" != "x" -a \ diff --git a/darkice/trunk/man/darkice.1 b/darkice/trunk/man/darkice.1 index 3e3852d..19736a5 100644 --- a/darkice/trunk/man/darkice.1 +++ b/darkice/trunk/man/darkice.1 @@ -108,6 +108,7 @@ Developed with contributions by Pierre Souchay Daniel Hazelbaker Alessandro Beretta + omroepvenray .SH LINKS Project homepage: