summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:45:22 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:36:15 +0200
commit20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3 (patch)
tree8e8571722c882455abfc19da5aa19c72d54ac430 /libavcodec/version.h
parent42420e7b946272bc1e4b2aa2a95512c86db02831 (diff)
lavc: remove the FF_API_OPT_SHOW cruft.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2b9856ce8b..08574f784b 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_OPT_SHOW
-#define FF_API_OPT_SHOW (LIBAVCODEC_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_AUDIO_OLD
#define FF_API_AUDIO_OLD (LIBAVCODEC_VERSION_MAJOR < 53)
#endif