diff options
author | wm4 <wm4@nowhere> | 2014-03-16 09:40:34 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-16 13:19:28 +0100 |
commit | bb0290145a85fd749b4ed392890c0269d7070f11 (patch) | |
tree | 97ffbe46c88439965a37c1a4d70aa38a1ab0c949 /old-makefile | |
parent | 3ec7f528c4af6efa9f5b5951a25ea4c6311741b5 (diff) |
sub: remove old MPlayer DVD sub decoder
The DVD sub decoder in Libav 9 was broken/incomplete, so we kept the
MPlayer decoder around. Now it's not needed anymore.
Diffstat (limited to 'old-makefile')
-rw-r--r-- | old-makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/old-makefile b/old-makefile index 2251287385..fa386297d9 100644 --- a/old-makefile +++ b/old-makefile @@ -257,9 +257,7 @@ SOURCES = audio/audio.c \ sub/sd_lavf_srt.c \ sub/sd_microdvd.c \ sub/sd_movtext.c \ - sub/sd_spu.c \ sub/sd_srt.c \ - sub/spudec.c \ ta/ta.c \ ta/ta_utils.c \ ta/ta_talloc.c \ |