summaryrefslogtreecommitdiffstats
path: root/old-makefile
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 /old-makefile
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 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 88a629bdf0..d0d7ebb476 100644
--- a/old-makefile
+++ b/old-makefile
@@ -169,7 +169,6 @@ SOURCES = audio/audio.c \
demux/demux_raw.c \
demux/demux_subreader.c \
demux/ebml.c \
- demux/mf.c \
demux/packet.c \
input/cmd_list.c \
input/cmd_parse.c \