changeset 28304:9b5e7dcc09f9

MPlayer only supports latest libavutil.
author cehoyos
date Sat, 17 Jan 2009 11:31:12 +0000
parents 44d67f7f8eb3
children 6f11a5363242
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jan 17 11:29:36 2009 +0000
+++ b/configure	Sat Jan 17 11:31:12 2009 +0000
@@ -6633,7 +6633,7 @@
   _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`