From 8eaa63689a25be909dc31c6a2c8c9dad3777943a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Dec 2014 23:09:50 +0100 Subject: 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). --- old-makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'old-makefile') 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 \ -- cgit v1.2.3