summaryrefslogtreecommitdiffstats
path: root/gst/median
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-05-21 15:16:49 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-05-21 15:16:49 +0000
commit1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e (patch)
tree7eef3935b88ff556ae8bb7e1fb61bd211df9dfe7 /gst/median
parente767ac4c48395b504279d5dd220f78d4ebbe174c (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/median')
-rw-r--r--gst/median/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/median/Makefile.am b/gst/median/Makefile.am
index 9b0c8b9c..94a6ae45 100644
--- a/gst/median/Makefile.am
+++ b/gst/median/Makefile.am
@@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstmedian.la
libgstmedian_la_SOURCES = gstmedian.c
-libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
+libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) $(GST_CFLAGS)
libgstmedian_la_LIBADD =
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)