summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-10 02:07:26 +0200
committerwm4 <wm4@nowhere>2013-07-10 02:07:26 +0200
commit186f6021b1aebd84dbb625d8747d5edaaf87dd38 (patch)
tree059932614b46a19dbc360d3d11b41b348dfe9fdc /Makefile
parent052d4ddbbbc91e95e9e4b380423ddb2f67437888 (diff)
downloadmpv-186f6021b1aebd84dbb625d8747d5edaaf87dd38.tar.bz2
mpv-186f6021b1aebd84dbb625d8747d5edaaf87dd38.tar.xz
core: move code from demux/video.c to mplayer.c
Although I don't like putting even more crap into mplayer.c, this is a bit better, especially with coming cleanups in mind.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55ea165e1c..3e0af2d55e 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,6 @@ SOURCES = talloc.c \
demux/ebml.c \
demux/extension.c \
demux/mf.c \
- demux/video.c \
osdep/io.c \
osdep/numcores.c \
osdep/timer.c \