mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
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:
parent
5628f7ea73
commit
6bfb88b410
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ extern const char g_log_domain_gstreamer[];
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* Needed for GST_EXPORT */
|
/* Needed for GST_EXPORT */
|
||||||
#include "gstconfig.h"
|
#include "gst/gstconfig.h"
|
||||||
|
|
||||||
/* Needed for GstRegistry * */
|
/* Needed for GstRegistry * */
|
||||||
#include "gstregistry.h"
|
#include "gstregistry.h"
|
||||||
|
|
Loading…
Reference in a new issue