[Ffmpeg-cvslog] r6352 - trunk/libavcodec/eval.c

takis subversion
Wed Sep 27 13:09:36 CEST 2006


Author: takis
Date: Wed Sep 27 13:09:35 2006
New Revision: 6352

Modified:
   trunk/libavcodec/eval.c

Log:
Fix compilation by postponing deprecation of ff_eval() until the next version
increment.


Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c	(original)
+++ trunk/libavcodec/eval.c	Wed Sep 27 13:09:35 2006
@@ -206,7 +206,7 @@
     return evalExpression(&p);
 }
 
-#if LIBAVCODEC_VERSION_INT < ((51<<16)+(16<<8)+0)
+#if LIBAVCODEC_VERSION_INT < ((51<<16)+(17<<8)+0)
 attribute_deprecated double ff_eval(char *s, double *const_value, const char **const_name,
                double (**func1)(void *, double), const char **func1_name,
                double (**func2)(void *, double, double), char **func2_name,




More information about the ffmpeg-cvslog mailing list