summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
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 */