diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-12 20:57:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 19:03:44 +0200 |
commit | 516fb5e40cf9d591914096be26ba56fc59294669 (patch) | |
tree | 61b9544cbdb3e5fa7970652941d29efa65690bc4 /libavutil/avutil.h | |
parent | 3453a231a6cebe5989c213be0f9fd6c71ec5ea23 (diff) | |
download | ffmpeg-516fb5e40cf9d591914096be26ba56fc59294669.tar.gz |
lavu: remove FF_API_OLD_EVAL_NAMES cruft
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 6f2517c092..edae38eb69 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -57,9 +57,6 @@ * Those FF_API_* defines are not part of public API. * They may change, break or disappear at any time. */ -#ifndef FF_API_OLD_EVAL_NAMES -#define FF_API_OLD_EVAL_NAMES (LIBAVUTIL_VERSION_MAJOR < 51) -#endif /** * Return the LIBAVUTIL_VERSION_INT constant. |