From e31567fe41e853ea355b55ddb15a184b67ab9e16 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 30 Mar 2013 20:33:09 +0100 Subject: gl_video: remove double const qualifier This fixes a warning when compiling with clang. --- video/out/gl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/gl_video.c b/video/out/gl_video.c index 875eb7eb38..d7fd6774b6 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -224,7 +224,7 @@ static const char *osd_shaders[SUBBITMAP_COUNT] = { [SUBBITMAP_RGBA] = "frag_osd_rgba", }; -static const const struct gl_video_opts gl_video_opts_def = { +static const struct gl_video_opts gl_video_opts_def = { .npot = 1, .dither_depth = -1, .fbo_format = GL_RGB, -- cgit v1.2.3