mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl
This commit is contained in:
parent
7c6f229cbb
commit
4ecb1b53de
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,7 @@
|
|||||||
/TAGS
|
/TAGS
|
||||||
/locale
|
/locale
|
||||||
/po
|
/po
|
||||||
/libvo/vo_gl3_shaders.h
|
/libvo/vo_opengl_shaders.h
|
||||||
/libmpdemux/ebml_defs.c
|
/libmpdemux/ebml_defs.c
|
||||||
/libmpdemux/ebml_types.h
|
/libmpdemux/ebml_types.h
|
||||||
/libvo/vdpau_template.c
|
/libvo/vdpau_template.c
|
||||||
|
6
Makefile
6
Makefile
@ -367,8 +367,8 @@ libmpdemux/ebml.c: libmpdemux/ebml_defs.c
|
|||||||
libmpdemux/ebml_defs.c: TOOLS/matroska.py
|
libmpdemux/ebml_defs.c: TOOLS/matroska.py
|
||||||
./$< --generate-definitions > $@
|
./$< --generate-definitions > $@
|
||||||
|
|
||||||
libvo/vo_opengl.c: libvo/vo_gl3_shaders.h
|
libvo/vo_opengl.c: libvo/vo_opengl_shaders.h
|
||||||
libvo/vo_gl3_shaders.h: TOOLS/file2string.py libvo/vo_gl3_shaders.glsl
|
libvo/vo_opengl_shaders.h: TOOLS/file2string.py libvo/vo_opengl_shaders.glsl
|
||||||
./$^ >$@
|
./$^ >$@
|
||||||
|
|
||||||
sub/osd_libass.c: sub/osd_font.h
|
sub/osd_libass.c: sub/osd_font.h
|
||||||
@ -469,7 +469,7 @@ clean:
|
|||||||
-$(RM) input/input_conf.h
|
-$(RM) input/input_conf.h
|
||||||
-$(RM) libvo/vdpau_template.c
|
-$(RM) libvo/vdpau_template.c
|
||||||
-$(RM) libmpdemux/ebml_types.h libmpdemux/ebml_defs.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
|
-$(RM) sub/osd_font.h
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
@ -55,8 +55,8 @@
|
|||||||
#include "sub/ass_mp.h"
|
#include "sub/ass_mp.h"
|
||||||
|
|
||||||
static const char vo_gl3_shaders[] =
|
static const char vo_gl3_shaders[] =
|
||||||
// Generated from libvo/vo_gl3_shaders.glsl
|
// Generated from libvo/vo_opengl_shaders.glsl
|
||||||
#include "libvo/vo_gl3_shaders.h"
|
#include "libvo/vo_opengl_shaders.h"
|
||||||
;
|
;
|
||||||
|
|
||||||
// How many parts the OSD may consist of at most.
|
// How many parts the OSD may consist of at most.
|
||||||
|
Loading…
Reference in New Issue
Block a user