From 4ecb1b53debb54e5dccf460fb245416148afbfa8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Sep 2012 15:43:12 +0200 Subject: VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d07953a7c..26b6178b17 100644 --- a/Makefile +++ b/Makefile @@ -367,8 +367,8 @@ libmpdemux/ebml.c: libmpdemux/ebml_defs.c libmpdemux/ebml_defs.c: TOOLS/matroska.py ./$< --generate-definitions > $@ -libvo/vo_opengl.c: libvo/vo_gl3_shaders.h -libvo/vo_gl3_shaders.h: TOOLS/file2string.py libvo/vo_gl3_shaders.glsl +libvo/vo_opengl.c: libvo/vo_opengl_shaders.h +libvo/vo_opengl_shaders.h: TOOLS/file2string.py libvo/vo_opengl_shaders.glsl ./$^ >$@ sub/osd_libass.c: sub/osd_font.h @@ -469,7 +469,7 @@ clean: -$(RM) input/input_conf.h -$(RM) libvo/vdpau_template.c -$(RM) libmpdemux/ebml_types.h libmpdemux/ebml_defs.c - -$(RM) libvo/vo_gl3_shaders.h + -$(RM) libvo/vo_opengl_shaders.h -$(RM) sub/osd_font.h distclean: clean -- cgit v1.2.3