mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst: make sure to include gstconfig.h also in gst_private.h
For GST_EXPORT define and also things like GST_DISABLE_REGISTRY. Hopefully fixes the following build failure on cerbero-cross-mingw32: helpers/gst-plugin-scanner.c:50: undefined reference to `_imp___gst_disable_registry_cache'
This commit is contained in:
parent
0274650e42
commit
5628f7ea73
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ extern const char g_log_domain_gstreamer[];
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Needed for GST_EXPORT */
|
||||
#include "gstconfig.h"
|
||||
|
||||
/* Needed for GstRegistry * */
|
||||
#include "gstregistry.h"
|
||||
#include "gststructure.h"
|
||||
|
|
Loading…
Reference in a new issue