Commit 99daef17 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OpenGL: fix a bunch of warnings

parent be42ceec
......@@ -30,6 +30,9 @@
#include <vlc_vout_opengl.h>
// Define USE_OPENGL_ES to the GL ES Version you want to select
#ifndef USE_OPENGL_ES
# define USE_OPENGL_ES 0
#endif
#define VLCGL_TEXTURE_COUNT 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment