From fd32d5812a4c628dcf4675651e658c34d2e0ca7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 25 Apr 2016 15:05:36 +0300 Subject: [PATCH] encoding-profile: Don't put G_BEGIN_DECLS around #include statements It should only be around our own declarations. --- gst-libs/gst/pbutils/encoding-profile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.h b/gst-libs/gst/pbutils/encoding-profile.h index 9957a5f5ba..847d926955 100644 --- a/gst-libs/gst/pbutils/encoding-profile.h +++ b/gst-libs/gst/pbutils/encoding-profile.h @@ -23,11 +23,11 @@ #include -G_BEGIN_DECLS - #include #include +G_BEGIN_DECLS + /** * GstEncodingProfile: *