# HG changeset patch # User takis # Date 1159355375 0 # Node ID 699bceae338c5b775a774cd36dec74e68e35db62 # Parent 7364a7e00e868d9d0dfca390766c6ca9717e6341 Fix compilation by postponing deprecation of ff_eval() until the next version increment. diff -r 7364a7e00e86 -r 699bceae338c eval.c --- a/eval.c Wed Sep 27 04:37:57 2006 +0000 +++ b/eval.c Wed Sep 27 11:09:35 2006 +0000 @@ -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,