gst-ffmpeg: configure: Add --disable-fatal-warnings configure option
Sebastian Dröge
slomo at kemper.freedesktop.org
Wed Jan 25 04:14:24 PST 2012
Module: gst-ffmpeg
Branch: master
Commit: 39808588c0b56edfa1c4c77d86618742cffe1019
URL: http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?id=39808588c0b56edfa1c4c77d86618742cffe1019
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Jan 25 13:10:07 2012 +0100
configure: Add --disable-fatal-warnings configure option
---
common | 2 +-
configure.ac | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common b/common
index 11f0cd5..7604bab 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 11f0cd5a3fba36f85cf3e434150bfe66b1bf08d4
+Subproject commit 7604bab58b5dfc9370d506952f0407fb75c00388
diff --git a/configure.ac b/configure.ac
index ab03994..6605762 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,8 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
dnl *** check for arguments to configure ***
+AG_GST_ARG_DISABLE_FATAL_WARNINGS
+
AG_GST_ARG_WITH_PKG_CONFIG_PATH
AG_GST_ARG_WITH_PACKAGE_NAME
AG_GST_ARG_WITH_PACKAGE_ORIGIN
@@ -132,7 +134,7 @@ dnl set location of plugin directory
AG_GST_SET_PLUGINDIR
dnl define an ERROR_CFLAGS Makefile variable
-AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
+AG_GST_SET_ERROR_CFLAGS($FATAL_WARNINGS, [
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
-Winit-self -Wmissing-include-dirs -Waddress
More information about the gstreamer-commits
mailing list