summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-03 17:56:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-02-03 17:56:04 +0100
commitffa4dc4dce8c44f372b361ef00fb7715eb5cbb87 (patch)
tree6c724c39d876ea1e57d9fca7c36a2cff5d543800 /gst
parent08dab770d6b2288373d01d847f1ea98c42175835 (diff)
autotools: use -fno-strict-aliasing where supported
https://bugzilla.gnome.org/show_bug.cgi?id=769183
Diffstat (limited to 'gst')
-rw-r--r--gst/printf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/printf/Makefile.am b/gst/printf/Makefile.am
index 1388be770..f62b44800 100644
--- a/gst/printf/Makefile.am
+++ b/gst/printf/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS += $(PRINTF_EXTRA_CFLAGS)
noinst_LTLIBRARIES = libgstprintf.la
-libgstprintf_la_CFLAGS =
+libgstprintf_la_CFLAGS = $(EXTRA_CFLAGS)
libgstprintf_la_SOURCES = \
asnprintf.c \
printf-args.c \