summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-23 21:28:28 +0100
committerwm4 <wm4@nowhere>2013-11-23 21:28:28 +0100
commitacfeb869a38d7f7a4e5bb273082e9cc63a02b15a (patch)
tree0a292b527d546780dc8391dde07ce6a70c3f6635 /old-makefile
parent4fa2babacc290b94bed0938658447205c0545e27 (diff)
downloadmpv-acfeb869a38d7f7a4e5bb273082e9cc63a02b15a.tar.bz2
mpv-acfeb869a38d7f7a4e5bb273082e9cc63a02b15a.tar.xz
video: merge vd.c into dec_video.c
I don't feel like the separation ever made sense, and it was hard to tell which file a function you were looking for was in.
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 a6902fbb1a..fe516b66b1 100644
--- a/old-makefile
+++ b/old-makefile
@@ -264,7 +264,6 @@ SOURCES = audio/audio.c \
video/mp_image_pool.c \
video/sws_utils.c \
video/decode/dec_video.c \
- video/decode/vd.c \
video/decode/vd_lavc.c \
video/filter/vf.c \
video/filter/pullup.c \