summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-04 08:31:58 +0100
commit90875001793400c01f8290260cec2e284620477f (patch)
treee1a05cbe8599e8c27542efe712c21fa1c41d7f97 /video/out/gl_video.c
parent5b6eab01af32cdf886f0ae9fc1c50e3aa1584da2 (diff)
parent3a831b2c016944c1f976d07c5ee9002c6250d9ac (diff)
downloadmpv-90875001793400c01f8290260cec2e284620477f.tar.bz2
mpv-90875001793400c01f8290260cec2e284620477f.tar.xz
Merge remote-tracking branch 'origin/have_configure'
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index b2aaed690c..de4506c228 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -41,7 +41,7 @@
static const char vo_opengl_shaders[] =
// Generated from gl_video_shaders.glsl
-#include "gl_video_shaders.h"
+#include "video/out/gl_video_shaders.h"
;
// Pixel width of 1D lookup textures.