summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:58:59 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:41:00 +0200
commit41d0eb1c81c0d266824dfdbd040a54a6afeec81a (patch)
tree016d1199a47c58edd240e5dc25b46927365badfe /libavcodec/version.h
parent01a4259b8db344586b371528973439109f3e2ace (diff)
lavc: remove the FF_API_SET_STRING_OLD 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 5c81e3a671..679a38e7e5 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_SET_STRING_OLD
-#define FF_API_SET_STRING_OLD (LIBAVCODEC_VERSION_MAJOR < 53)
-#endif
#ifndef FF_API_INOFFICIAL
#define FF_API_INOFFICIAL (LIBAVCODEC_VERSION_MAJOR < 53)
#endif