Commit 879ab459 authored by aurel's avatar aurel

remove one more stuff under #if LIBAVCODEC_VERSION_INT

which was forgotten in r15263


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15278 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01901469
......@@ -28,16 +28,6 @@
#ifndef AVCODEC_EVAL_H
#define AVCODEC_EVAL_H
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
/**
* @deprecated Use ff_eval2 instead
*/
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,
void *opaque);
#endif
/**
* Parses and evaluates an expression.
* Note, this is significantly slower than ff_parse_eval()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment