[MPlayer-cvslog] r31373 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Jun 13 07:32:09 CEST 2010


Author: reimar
Date: Sun Jun 13 07:32:09 2010
New Revision: 31373

Log:
Add QuantizeBuffer function call to gif test to actually test linking.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jun 12 19:12:27 2010	(r31372)
+++ trunk/configure	Sun Jun 13 07:32:09 2010	(r31373)
@@ -5159,7 +5159,7 @@ if test "$_gif" = auto ; then
   _gif=no
 cat > $TMPC << EOF
 #include <gif_lib.h>
-int main(void) { return 0; }
+int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
 EOF
   for _ld_gif in "-lungif" "-lgif" ; do
     cc_check $_ld_gif && _gif=yes && break


More information about the MPlayer-cvslog mailing list