From 1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 21 May 2003 15:16:49 +0000 Subject: 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 --- gst/median/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/median') 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) -- cgit