compat: remove an unused symbol

The compatibility issue actually didn#t get solved, it's just handled
differently in mpv now.
This commit is contained in:
wm4 2013-04-26 20:45:39 +02:00
parent 7bc4b18cee
commit 0cb732f9f1
1 changed files with 0 additions and 4 deletions

View File

@ -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 */