summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-24 22:35:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-24 22:35:39 +0000
commite9ef1cbda0dd652c41459571dc9026325dac1f83 (patch)
tree932a59a9fd5e01f8504a8b73460e67421f49a28f /libvo
parent37da18aaf96541418f1dc55d7aeaf2cc125309a3 (diff)
downloadmpv-e9ef1cbda0dd652c41459571dc9026325dac1f83.tar.bz2
mpv-e9ef1cbda0dd652c41459571dc9026325dac1f83.tar.xz
Missing gl.h include for SDL backend.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index f6f6a4f234..f40cadda89 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -39,6 +39,9 @@
#include <GL/glx.h>
#include "x11_common.h"
#endif
+#ifdef CONFIG_GL_SDL
+#include <GL/gl.h>
+#endif
// workaround for some gl.h headers
#ifndef GLAPIENTRY