[Ffmpeg-cvslog] r6358 - trunk/libavcodec/eval.c
takis
subversion
Wed Sep 27 22:08:36 CEST 2006
Author: takis
Date: Wed Sep 27 22:08:36 2006
New Revision: 6358
Modified:
trunk/libavcodec/eval.c
Log:
Break compatibility only when first part of version number changes, in this
specific case for ff_eval deprecation.
Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c (original)
+++ trunk/libavcodec/eval.c Wed Sep 27 22:08:36 2006
@@ -264,7 +264,7 @@
return evalExpression(&p);
}
-#if LIBAVCODEC_VERSION_INT < ((51<<16)+(17<<8)+0)
+#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<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