[MPlayer-cvslog] r35234 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sun Oct 7 21:15:16 CEST 2012


Author: cehoyos
Date: Sun Oct  7 21:15:16 2012
New Revision: 35234

Log:
Improve Ogg/Vorbis detection.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Oct  6 06:49:49 2012	(r35233)
+++ trunk/configure	Sun Oct  7 21:15:16 2012	(r35234)
@@ -6306,7 +6306,7 @@ fi
 if test "$_libvorbis" = auto; then
   _libvorbis=no
   for vorbislibs in '-lvorbis -logg' '-lvorbis -lvorbisenc -logg' ; do
-    statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0)' $vorbislibs && _libvorbis=yes && break
+    statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break
   done
 fi
 if test "$_tremor" = yes ; then


More information about the MPlayer-cvslog mailing list