[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:
Wang Xin-yu (王昕宇) 2014-02-25 09:27:26 +08:00 committed by Tim-Philipp Müller
parent 8f29fffc2f
commit af033ae60a

View 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 */