changeset 3779:3f7aa9fa5c98 libavcodec

Break compatibility only when first part of version number changes, in this specific case for ff_eval deprecation.
author takis
date Wed, 27 Sep 2006 20:08:36 +0000
parents 67a63fa775a7
children 6741c0e88310
files eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/eval.c	Wed Sep 27 20:01:39 2006 +0000
+++ b/eval.c	Wed Sep 27 20:08:36 2006 +0000
@@ -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,