summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0858181217..c9933362f4 100644
--- a/Makefile
+++ b/Makefile
@@ -591,6 +591,10 @@ libvo/vo_gl3.c: libvo/vo_gl3_shaders.h
libvo/vo_gl3_shaders.h: TOOLS/file2string.py libvo/vo_gl3_shaders.glsl
./$^ >$@
+sub/osd_libass.c: sub/osd_font.h
+sub/osd_font.h: TOOLS/file2string.py sub/osd_font.pfb
+ ./$^ >$@
+
# ./configure must be rerun if it changed
config.mak: configure
@echo "############################################################"