From bdd1dd04ea3b42e889646925f7ffab8ee2f89b2f Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 3 Aug 2018 07:57:02 -0400 Subject: [PATCH] webrtcdsp: Avoid redefinition of GST_USE_UNSTABLE_API --- ext/webrtcdsp/gstwebrtcdsp.h | 2 ++ ext/webrtcdsp/gstwebrtcechoprobe.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ext/webrtcdsp/gstwebrtcdsp.h b/ext/webrtcdsp/gstwebrtcdsp.h index e0e808f13e..12a9415f6f 100644 --- a/ext/webrtcdsp/gstwebrtcdsp.h +++ b/ext/webrtcdsp/gstwebrtcdsp.h @@ -28,7 +28,9 @@ #include #include +#ifndef GST_USE_UNSTABLE_API #define GST_USE_UNSTABLE_API +#endif #include G_BEGIN_DECLS diff --git a/ext/webrtcdsp/gstwebrtcechoprobe.h b/ext/webrtcdsp/gstwebrtcechoprobe.h index a8a8899075..ea7f721401 100644 --- a/ext/webrtcdsp/gstwebrtcechoprobe.h +++ b/ext/webrtcdsp/gstwebrtcechoprobe.h @@ -28,7 +28,9 @@ #include #include +#ifndef GST_USE_UNSTABLE_API #define GST_USE_UNSTABLE_API +#endif #include G_BEGIN_DECLS