mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
examples: gl: generic: recordgraphic: Use gst/gl/gstglfuncs.h
https://gitlab.freedesktop.org/gstreamer/gst-build/issues/11
This commit is contained in:
parent
c961dc9f8f
commit
4f01958232
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
# include <GL/glext.h>
|
||||
#endif
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue