[MPlayer-cvslog] r35257 - trunk/configure
    reimar 
    subversion at mplayerhq.hu
       
    Sun Oct 21 12:10:57 CEST 2012
    
    
  
Author: reimar
Date: Sun Oct 21 12:10:57 2012
New Revision: 35257
Log:
Change tremor check so it fails on old incompatible versions
which we do not support.
Patch by Carl Eugen.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Oct 21 12:03:41 2012	(r35256)
+++ trunk/configure	Sun Oct 21 12:10:57 2012	(r35257)
@@ -6319,7 +6319,7 @@ echores "$_toolame"
 echocheck "OggVorbis support"
 if test "$_tremor" = auto; then
   _tremor=no
-  statement_check tremor/ivorbiscodec.h 'vorbis_packet_blocksize(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no
+  statement_check tremor/ivorbiscodec.h 'vorbis_synthesis(0, 0)' -logg -lvorbisidec && _tremor=yes && _libvorbis=no
 fi
 if test "$_libvorbis" = auto; then
   _libvorbis=no
    
    
More information about the MPlayer-cvslog
mailing list