[MPlayer-cvslog] r36366 - trunk/configure

cehoyos subversion at mplayerhq.hu
Mon Jul 22 15:05:14 CEST 2013


Author: cehoyos
Date: Mon Jul 22 15:05:13 2013
New Revision: 36366

Log:
Fix compilation if giflib 5 is installed.

Other (better) solutions are currently discussed, but there is no reason 
that a default build fails on systems with latest giflib.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jul 20 01:07:18 2013	(r36365)
+++ trunk/configure	Mon Jul 22 15:05:13 2013	(r36366)
@@ -5090,7 +5090,7 @@ fi
 if test "$_gif" = auto ; then
   _gif=no
   for ld_gif in "-lungif" "-lgif" ; do
-    statement_check gif_lib.h 'QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0)' $ld_gif && _gif=yes && break
+    statement_check gif_lib.h 'QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); PrintGifError()' $ld_gif && _gif=yes && break
   done
 fi
 


More information about the MPlayer-cvslog mailing list