[MPlayer-cvslog] r28339 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sat Jan 17 12:31:13 CET 2009


Author: cehoyos
Date: Sat Jan 17 12:31:12 2009
New Revision: 28339

Log:
MPlayer only supports latest libavutil.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 17 12:29:36 2009	(r28338)
+++ trunk/configure	Sat Jan 17 12:31:12 2009	(r28339)
@@ -6633,7 +6633,7 @@ elif test "$_libavutil_so" = auto ; then
   _libavutil_so=no
   cat > $TMPC << EOF
 #include <libavutil/common.h>
-int main(void) { ff_gcd(1,1); return 0; }
+int main(void) { av_gcd(1,1); return 0; }
 EOF
   if $_pkg_config --exists libavutil ; then
     _inc_libavutil=`$_pkg_config --cflags libavutil`



More information about the MPlayer-cvslog mailing list