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
This commit is contained in:
Edward Hervey 2016-05-25 15:30:21 +02:00
parent 5628f7ea73
commit 6bfb88b410

View 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"