Skip to content

Commit

Permalink
Patched to compile on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 24, 2011
1 parent 9b586ac commit 02ae70d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sdltheoraplay.c
Expand Up @@ -20,10 +20,12 @@

#if SUPPORT_OPENGL
#define GL_GLEXT_LEGACY 0
#define GL_GLEXT_PROTOTYPES 1
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#else
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#endif

Expand Down

0 comments on commit 02ae70d

Please sign in to comment.