summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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 /wscript_build.py
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 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 302d3caeb4..7c2f262cf3 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -288,7 +288,6 @@ def build(ctx):
( "video/decode/dec_video.c"),
( "video/decode/lavc_dr1.c", "!avutil-refcounting" ),
( "video/decode/vaapi.c", "vaapi-hwaccel" ),
- ( "video/decode/vd.c" ),
( "video/decode/vd_lavc.c" ),
( "video/decode/vda.c", "vda-hwaccel" ),
( "video/decode/vdpau.c", "vdpau-hwaccel" ),