summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 23:09:50 +0100
committerwm4 <wm4@nowhere>2014-12-29 23:09:50 +0100
commit8eaa63689a25be909dc31c6a2c8c9dad3777943a (patch)
treea1f760aa7062b252d108003987cd501b9ccb250f /wscript_build.py
parent97ab40290eaf5d5f2c97a7a7c6678cdee2283e79 (diff)
downloadmpv-8eaa63689a25be909dc31c6a2c8c9dad3777943a.tar.bz2
mpv-8eaa63689a25be909dc31c6a2c8c9dad3777943a.tar.xz
demux_mf: move mf.c contents to demux_mf.c
There's no reason why parts of this demuxer would be in a separate source file. The existence of this code is already somewhat questionable anyway, so it may as well be dumped into a single file. Even stranger that demux.c included mf.h for no reason (it was an artifact from 2002 when the architecture was uncleaner).
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index c384feb7ed..b615f3c515 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -177,7 +177,6 @@ def build(ctx):
( "demux/demux_subreader.c" ),
( "demux/demux_tv.c", "tv" ),
( "demux/ebml.c" ),
- ( "demux/mf.c" ),
( "demux/packet.c" ),
## Input