summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-01 19:50:46 +0200
committerwm4 <wm4@nowhere>2013-06-03 02:09:07 +0200
commit14dd95154820d4ec9afb5200335177b011233049 (patch)
treef38046e2220e18ee958f7364474bcfa5ef7545d9 /Makefile
parent3000df35d31f09f13a7c662e2f96bcd7d0f6ac13 (diff)
downloadmpv-14dd95154820d4ec9afb5200335177b011233049.tar.bz2
mpv-14dd95154820d4ec9afb5200335177b011233049.tar.xz
sub: split subassconvert.c into sd_microdvd.c and sd_srt.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 583eaf87ec..d3e203a852 100644
--- a/Makefile
+++ b/Makefile
@@ -231,11 +231,12 @@ SOURCES = talloc.c \
sub/find_subfiles.c \
sub/img_convert.c \
sub/sd_lavc.c \
+ sub/sd_microdvd.c \
sub/sd_movtext.c \
sub/sd_spu.c \
+ sub/sd_srt.c \
sub/spudec.c \
sub/sub.c \
- sub/subassconvert.c \
sub/subreader.c \
video/csputils.c \
video/fmt-conversion.c \