From f53dcf163da2d94b7fd2b1257ede8cf91e6ce301 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 17:31:55 +0200 Subject: build: remove bin_to_header.py and use TOOLS/file2string.py instead TOOLS/file2string.py was recently added upstream, so bin_to_header.py is not needed anymore. Also fix vo_gl3.c, since file2string.py works slightly different from my script. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffec492a44..055e7d2c39 100644 --- a/Makefile +++ b/Makefile @@ -608,8 +608,8 @@ libmpdemux/ebml_types.h: TOOLS/matroska.py libmpdemux/ebml_defs.c: TOOLS/matroska.py ./$< --generate-definitions > $@ -libvo/vo_gl3_shaders.h: libvo/vo_gl3_shaders.glsl - python ./bin_to_header.py $^ $@ +libvo/vo_gl3_shaders.h: TOOLS/file2string.py libvo/vo_gl3_shaders.glsl + ./$^ >$@ libvo/vo_gl3.c: libvo/vo_gl3_shaders.h -- cgit v1.2.3