mirror of https://github.com/mpv-player/mpv
old-makefile: update with latest source additions
Yes, I'm still using this.
This commit is contained in:
parent
27dc834f37
commit
fb193713a3
|
@ -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
|
||||
./$^ >$@
|
||||
|
|
Loading…
Reference in New Issue