summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-11 19:32:45 +0100
committerwm4 <wm4@nowhere>2013-11-11 19:32:45 +0100
commit84dcb76f27fa130c825f70c4fa577ca0e4a162be (patch)
tree75c0a194b278e8eaa470d3e23c17e812af99749c /Makefile
parent2f92056e2ab859c8565c5b5cf677b4b1a55d844d (diff)
downloadmpv-84dcb76f27fa130c825f70c4fa577ca0e4a162be.tar.bz2
mpv-84dcb76f27fa130c825f70c4fa577ca0e4a162be.tar.xz
demux: kill libmng support
It's a dead format that was never used anywhere.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccf845e1a1..771b2a6245 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ SOURCES-$(COCOA) += video/out/cocoa/view.m \
osdep/ar/HIDRemote.m \
osdep/path-macosx.m
-SOURCES-$(MNG) += demux/demux_mng.c
SOURCES-$(MPG123) += audio/decode/ad_mpg123.c
SOURCES-$(NEED_GETTIMEOFDAY) += osdep/gettimeofday.c