summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TOOLS/old-makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index 7961464dd3..5db558b815 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -64,6 +64,8 @@ SOURCES-$(GL) += video/out/opengl/common.c \
video/out/dither.c \
video/out/opengl/hwdec.c \
video/out/opengl/utils.c \
+ video/out/opengl/superxbr.c \
+ video/out/opengl/nnedi3.c \
video/out/vo_opengl.c \
video/out/vo_opengl_cb.c
@@ -350,6 +352,10 @@ video/out/x11_common.c: video/out/x11_icon.inc
video/out/x11_icon.inc: TOOLS/file2string.pl video/out/x11_icon.bin
./$^ >$@
+video/out/opengl/nnedi3.c: video/out/opengl/nnedi3_weights.inc
+video/out/opengl/nnedi3_weights.inc: TOOLS/file2string.pl video/out/opengl/nnedi3_weights.bin
+ ./$^ >$@
+
sub/osd_libass.c: sub/osd_font.h
sub/osd_font.h: TOOLS/file2string.pl sub/osd_font.otf
./$^ >$@