gst_private: Fix gstconfig include
authorEdward Hervey <bilboed@bilboed.com>
Wed, 25 May 2016 13:30:21 +0000 (15:30 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 25 May 2016 13:31:52 +0000 (15:31 +0200)
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

index 9d174c7..ab7a979 100644 (file)
@@ -39,7 +39,7 @@ extern const char             g_log_domain_gstreamer[];
 #include <string.h>
 
 /* Needed for GST_EXPORT */
-#include "gstconfig.h"
+#include "gst/gstconfig.h"
 
 /* Needed for GstRegistry * */
 #include "gstregistry.h"