From 6bfb88b410127d8409a44eb155a0e3bfeb2bd5dd Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 25 May 2016 15:30:21 +0200 Subject: [PATCH] gst_private: Fix gstconfig include Since it's a generated header, we need to specify the gst subdir so that it gets properly included in out-of-dir compilation --- gst/gst_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gst_private.h b/gst/gst_private.h index 9d174c7..ab7a979 100644 --- a/gst/gst_private.h +++ b/gst/gst_private.h @@ -39,7 +39,7 @@ extern const char g_log_domain_gstreamer[]; #include /* Needed for GST_EXPORT */ -#include "gstconfig.h" +#include "gst/gstconfig.h" /* Needed for GstRegistry * */ #include "gstregistry.h" -- 2.7.4