summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-24 02:06:55 +0200
committerwm4 <wm4@nowhere>2013-06-25 00:11:57 +0200
commit709389ce653d5ab11abf8de067cfb5932e642898 (patch)
treee64d81075ed809c03a26ec321d096c8b2ef56099 /Makefile
parent0b2e073853beff170e8a9f8a5898e636cf636cf0 (diff)
downloadmpv-709389ce653d5ab11abf8de067cfb5932e642898.tar.bz2
mpv-709389ce653d5ab11abf8de067cfb5932e642898.tar.xz
sub: add hack for Libav SRT demuxer
Before this commit, SRT demuxing and display actually happened to work on Libav. But it was using the libavcodec srt converter (which is essentially unmaintained in Libav), and timing postprocessing didn't work. For some background explanations see sd_lavf_srt.c.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c4c65a098..6dd6f6c6f8 100644
--- a/Makefile
+++ b/Makefile
@@ -236,6 +236,7 @@ SOURCES = talloc.c \
sub/img_convert.c \
sub/sd_lavc.c \
sub/sd_lavc_conv.c \
+ sub/sd_lavf_srt.c \
sub/sd_microdvd.c \
sub/sd_movtext.c \
sub/sd_spu.c \