From af033ae60aae5cd7c9be35b39ea2c6f04ac509e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wang=20Xin-yu=20=28=E7=8E=8B=E6=98=95=E5=AE=87=29?= Date: Tue, 25 Feb 2014 09:27:26 +0800 Subject: [PATCH] [894/906] gl: add missing G_BEGIN_DECLS/G_END_DECLS https://bugzilla.gnome.org/show_bug.cgi?id=725111 --- gst-libs/gst/gl/gstglfeature.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/gl/gstglfeature.h b/gst-libs/gst/gl/gstglfeature.h index 8be732c..7860113 100644 --- a/gst-libs/gst/gl/gstglfeature.h +++ b/gst-libs/gst/gl/gstglfeature.h @@ -47,6 +47,8 @@ #include +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 */ -- 2.7.4