summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-07-28 23:03:19 +0200
committerwm4 <wm4@mplayer2.org>2012-07-28 23:36:08 +0200
commit71e51d948cbdcd8c1b75a06841a6601d9a9e3d9e (patch)
treeac7b71b316fbe3b3ac360e76d4d8f68a74b61da8 /Makefile
parent1ee740cceb2050821c772a574ea984f96389fa29 (diff)
downloadmpv-71e51d948cbdcd8c1b75a06841a6601d9a9e3d9e.tar.bz2
mpv-71e51d948cbdcd8c1b75a06841a6601d9a9e3d9e.tar.xz
osd: osd_font.h -> osd_font.pfb
osd_font.pfb is an actual font file extracted from osd_font.h. file2string.py is used to turn it back into a header during the build process.
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 "############################################################"