mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
[894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLS
https://bugzilla.gnome.org/show_bug.cgi?id=725111
This commit is contained in:
parent
b6b8f9cd88
commit
c3020e3ed8
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
#include <gst/gl/gstgl_fwd.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_GL_CHECK_GL_VERSION(driver_major, driver_minor, \
|
||||
target_major, target_minor) \
|
||||
((driver_major) > (target_major) || \
|
||||
|
@ -103,4 +105,6 @@ _gst_gl_feature_check_ext_functions (GstGLContext *context,
|
|||
int gl_minor,
|
||||
const char *gl_extensions);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __COGL_FEATURE_PRIVATE_H */
|
||||
|
|
Loading…
Reference in a new issue