From bb0290145a85fd749b4ed392890c0269d7070f11 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 09:40:34 +0100 Subject: 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. --- wscript_build.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index afefbac94d..f0494a35a6 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -276,9 +276,7 @@ def build(ctx): ( "sub/sd_lavf_srt.c" ), ( "sub/sd_microdvd.c" ), ( "sub/sd_movtext.c" ), - ( "sub/sd_spu.c" ), ( "sub/sd_srt.c" ), - ( "sub/spudec.c" ), ## Video ( "video/csputils.c" ), -- cgit v1.2.3