diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 14:51:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:40:35 +0200 |
commit | 01a4259b8db344586b371528973439109f3e2ace (patch) | |
tree | ce3e7d2964d0fea2062da9a152d36b7359421081 /libavcodec/version.h | |
parent | db4d3a7421ec70de0d5ccd8a9f99b46b5c780d23 (diff) | |
download | ffmpeg-01a4259b8db344586b371528973439109f3e2ace.tar.gz |
lavc: remove the FF_API_USE_LPC cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index d3dd04f169..5c81e3a671 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -41,9 +41,6 @@ #ifndef FF_API_PALETTE_CONTROL #define FF_API_PALETTE_CONTROL (LIBAVCODEC_VERSION_MAJOR < 54) #endif -#ifndef FF_API_USE_LPC -#define FF_API_USE_LPC (LIBAVCODEC_VERSION_MAJOR < 53) -#endif #ifndef FF_API_SET_STRING_OLD #define FF_API_SET_STRING_OLD (LIBAVCODEC_VERSION_MAJOR < 53) #endif |