[894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLS
authorWang Xin-yu (王昕宇) <comicfans44@gmail.com>
Tue, 25 Feb 2014 01:27:26 +0000 (09:27 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:33 +0000 (19:31 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=725111

gst-libs/gst/gl/gstglfeature.h

index 8be732c..7860113 100644 (file)
@@ -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 */