From fb193713a3b1f6c09dbf8be69eb54589284bc934 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 5 Nov 2015 17:53:05 +0100 Subject: old-makefile: update with latest source additions Yes, I'm still using this. --- TOOLS/old-makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TOOLS') 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 ./$^ >$@ -- cgit v1.2.3