mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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>
|
||||
|
||||
/* Needed for GST_EXPORT */
|
||||
#include "gstconfig.h"
|
||||
#include "gst/gstconfig.h"
|
||||
|
||||
/* Needed for GstRegistry * */
|
||||
#include "gstregistry.h"
|
||||
|
|
Loading…
Reference in a new issue