diff options
author | Brian Cameron <brian.cameron@sun.com> | 2003-05-21 15:16:49 +0000 |
---|---|---|
committer | Brian Cameron <brian.cameron@sun.com> | 2003-05-21 15:16:49 +0000 |
commit | 1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e (patch) | |
tree | 7eef3935b88ff556ae8bb7e1fb61bd211df9dfe7 /gst/monoscope/Makefile.am | |
parent | e767ac4c48395b504279d5dd220f78d4ebbe174c (diff) |
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
Diffstat (limited to 'gst/monoscope/Makefile.am')
-rw-r--r-- | gst/monoscope/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/monoscope/Makefile.am b/gst/monoscope/Makefile.am index fda2e549..da0a288e 100644 --- a/gst/monoscope/Makefile.am +++ b/gst/monoscope/Makefile.am @@ -6,7 +6,7 @@ libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c noinst_HEADERS = monoscope.h convolve.h -libgstmonoscope_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS) +libgstmonoscope_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS) libgstmonoscope_la_LIBADD = libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |