mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
webrtcdsp: Avoid redefinition of GST_USE_UNSTABLE_API
This commit is contained in:
parent
d299c27892
commit
bdd1dd04ea
2 changed files with 4 additions and 0 deletions
|
@ -28,7 +28,9 @@
|
|||
#include <gst/base/gstbasetransform.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
||||
#ifndef GST_USE_UNSTABLE_API
|
||||
#define GST_USE_UNSTABLE_API
|
||||
#endif
|
||||
#include <gst/audio/gstplanaraudioadapter.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
#include <gst/base/gstbasetransform.h>
|
||||
#include <gst/audio/audio.h>
|
||||
|
||||
#ifndef GST_USE_UNSTABLE_API
|
||||
#define GST_USE_UNSTABLE_API
|
||||
#endif
|
||||
#include <gst/audio/gstplanaraudioadapter.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue