summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-23 15:43:12 +0200
committerwm4 <wm4@nowhere>2012-10-03 03:17:39 +0200
commit4ecb1b53debb54e5dccf460fb245416148afbfa8 (patch)
tree49dc773f108125791c337f3b94b1db44ed837c01 /Makefile
parent7c6f229cbb5734c68195294b58b87c3d5f6d169c (diff)
downloadmpv-4ecb1b53debb54e5dccf460fb245416148afbfa8.tar.bz2
mpv-4ecb1b53debb54e5dccf460fb245416148afbfa8.tar.xz
VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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