Mercurial > libavcodec.hg
changeset 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 | 7364a7e00e86 |
children | 8e1ed8300165 |
files | eval.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,