summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-26 20:45:39 +0200
committerwm4 <wm4@nowhere>2013-04-26 20:45:39 +0200
commit0cb732f9f1ef28675a5f05a32f3b8aee12587fca (patch)
treeec14007031aa07651175cf1067a5bad1dd3c97e5 /compat
parent7bc4b18cee071d57195147c89519f1025635fbd7 (diff)
downloadmpv-0cb732f9f1ef28675a5f05a32f3b8aee12587fca.tar.bz2
mpv-0cb732f9f1ef28675a5f05a32f3b8aee12587fca.tar.xz
compat: remove an unused symbol
The compatibility issue actually didn#t get solved, it's just handled differently in mpv now.
Diffstat (limited to 'compat')
-rw-r--r--compat/libav.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compat/libav.h b/compat/libav.h
index a2957f4b71..ba5250b5f3 100644
--- a/compat/libav.h
+++ b/compat/libav.h
@@ -28,8 +28,4 @@
#define AV_CPU_FLAG_MMX2 AV_CPU_FLAG_MMXEXT
#endif
-#if (LIBAVUTIL_VERSION_MICRO < 100) || (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 53, 100))
-#define AV_CODEC_ID_SUBRIP AV_CODEC_ID_TEXT
-#endif
-
#endif /* MPV_LIBAV_COMPAT_H */