From 71e51d948cbdcd8c1b75a06841a6601d9a9e3d9e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 23:03:19 +0200 Subject: 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 "############################################################" -- cgit v1.2.3