mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +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>
|
# include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <GL/gl.h>
|
#include <gst/gl/gstglfuncs.h>
|
||||||
#if defined(__WIN32__) || defined(_WIN32)
|
|
||||||
# include <GL/glext.h>
|
|
||||||
#endif
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue