aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-07 08:18:41 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 10:09:14 +0100
commitdcc39ee10e82833ce24aa57926c00ffeb1948198 (patch)
tree7b7b69884477c4e2e70f4a5f7babc1c6ad056cf1 /libavcodec/version.h
parent0871e2337777d9161e7f3554bcad19dabc9e15e1 (diff)
downloadffmpeg-dcc39ee10e82833ce24aa57926c00ffeb1948198.tar.gz
lavc: Remove deprecated XvMC support hacks
Deprecated in 11/2013.
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 6f69f2d59c..986e697bc9 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -47,9 +47,6 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_XVMC
-#define FF_API_XVMC (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_ERROR_RATE
#define FF_API_ERROR_RATE (LIBAVCODEC_VERSION_MAJOR < 58)
#endif