Mercurial > libavcodec.hg
diff eval.c @ 3774:699bceae338c libavcodec
Fix compilation by postponing deprecation of ff_eval() until the next version
increment.
| author | takis |
|---|---|
| date | Wed, 27 Sep 2006 11:09:35 +0000 |
| parents | ea345e1e440f |
| children | 67a63fa775a7 |
line wrap: on
line diff
--- 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,
