mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
gl: fix build for ios/win32/android after 2fd84a6c
Some missing GL includes.
This commit is contained in:
parent
ccb27e7317
commit
ed7d0c48f6
2 changed files with 3 additions and 2 deletions
|
@ -41,6 +41,7 @@
|
|||
#endif
|
||||
|
||||
#include "gstglcontext.h"
|
||||
#include <gst/gl/gl.h>
|
||||
|
||||
#include <gmodule.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "../gstgl_fwd.h"
|
||||
#include <gst/gl/gstglcontext.h>
|
||||
#include <gst/gl/gl.h>
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
|
||||
#include "gstglcontext_wgl.h"
|
||||
#include <GL/wglext.h>
|
||||
|
|
Loading…
Reference in a new issue