[gnome-sdk-images] Use --disable-fatal-warnings for all GStreamer modules
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Use --disable-fatal-warnings for all GStreamer modules
- Date: Wed, 18 Apr 2018 00:29:16 +0000 (UTC)
commit 8e2250871f54a2c9b2377f91f41174844c2bb94c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Apr 17 19:28:15 2018 -0500
Use --disable-fatal-warnings for all GStreamer modules
It doesn't respect the standard --disable-Werror configure flag.
--disable-fatal-warnings appears to be a GStreamer convention.
org.gnome.Sdk.json.in | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index b06af3c..f858ac5 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -454,7 +454,7 @@
},
{
"name": "gstreamer-plugins-base",
- "config-opts": ["--enable-experimental", "--enable-orc" ],
+ "config-opts": ["--enable-experimental", "--enable-orc", "--disable-fatal-warnings" ],
"sources": [
{
"type": "git",
@@ -535,7 +535,8 @@
"--enable-cairo",
"--disable-libcaca",
"--disable-jack",
- "--with-default-visualizer=autoaudiosink" ],
+ "--with-default-visualizer=autoaudiosink",
+ "--disable-fatal-warnings" ],
"sources": [
{
"type": "git",
@@ -583,7 +584,7 @@
}
}
},
- "config-opts": ["--with-system-libav" ],
+ "config-opts": ["--with-system-libav", "--disable-fatal-warnings" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]