summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-05 17:53:05 +0100
committerwm4 <wm4@nowhere>2015-11-05 17:53:05 +0100
commitfb193713a3b1f6c09dbf8be69eb54589284bc934 (patch)
tree26e039f7ded17c6f1f5b7bc6ce4aa2d6073c0c25 /TOOLS
parent27dc834f37cd2427798c8cb582a574409865d1e7 (diff)
downloadmpv-fb193713a3b1f6c09dbf8be69eb54589284bc934.tar.bz2
mpv-fb193713a3b1f6c09dbf8be69eb54589284bc934.tar.xz
old-makefile: update with latest source additions
Yes, I'm still using this.
Diffstat (limited to 'TOOLS')
-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
./$^ >$@