summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index b6836a7beb..0bb0bc0620 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -57,6 +57,10 @@ 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:
@@ -324,6 +328,7 @@ 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/utils.c", "gl" ),