summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorBin Jin <bjin@ctrl-d.org>2016-06-10 12:22:51 +0000
committerwm4 <wm4@nowhere>2016-06-18 19:16:27 +0200
commit61bc96518afcfabfa07d6724ea517db5e9aba165 (patch)
treebbb6dc56a0e4fe00798ec98bdcbb9ccef628544b /wscript_build.py
parent47d9fbd13345e50468f0fc2bd574cbc60c89fc87 (diff)
downloadmpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.bz2
mpv-61bc96518afcfabfa07d6724ea517db5e9aba165.tar.xz
vo_opengl: remove nnedi3 prescaler
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 6ed412a1ff..209df5f624 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -67,10 +67,6 @@ def build(ctx):
source = "sub/osd_font.otf",
target = "sub/osd_font.h")
- ctx.file2string(
- source = "video/out/opengl/nnedi3_weights.bin",
- target = "video/out/opengl/nnedi3_weights.inc")
-
lua_files = ["defaults.lua", "assdraw.lua", "options.lua", "osc.lua",
"ytdl_hook.lua"]
for fn in lua_files:
@@ -356,7 +352,6 @@ def build(ctx):
( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ),
( "video/out/opengl/hwdec_vdpau.c", "vdpau-gl-x11" ),
( "video/out/opengl/lcms.c", "gl" ),
- ( "video/out/opengl/nnedi3.c", "gl" ),
( "video/out/opengl/osd.c", "gl" ),
( "video/out/opengl/superxbr.c", "gl" ),
( "video/out/opengl/user_shaders.c", "gl" ),