mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 02:24:13 +00:00
[374/906] sdlshare example: fix build on win32
This commit is contained in:
parent
e9a2613c66
commit
586604e2e6
1 changed files with 5 additions and 3 deletions
|
@ -18,14 +18,16 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include "SDL/SDL.h"
|
||||
#include "SDL/SDL_opengl.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#ifndef WIN32
|
||||
#include <GL/glx.h>
|
||||
#include "SDL/SDL_syswm.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue