examples: gl: generic: recordgraphic: Use gst/gl/gstglfuncs.h

https://gitlab.freedesktop.org/gstreamer/gst-build/issues/11
This commit is contained in:
Justin Kim 2018-12-14 12:03:07 +09:00
parent c961dc9f8f
commit 4f01958232

View file

@ -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>