Missing gl.h include for SDL backend.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31070 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-04-24 22:35:39 +00:00
parent 37da18aaf9
commit e9ef1cbda0
1 changed files with 3 additions and 0 deletions

View File

@ -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