summaryrefslogtreecommitdiffstats
path: root/gst/goom
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/goom
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/goom')
-rw-r--r--gst/goom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/goom/Makefile.am b/gst/goom/Makefile.am
index 1dcb6968..205bbdf6 100644
--- a/gst/goom/Makefile.am
+++ b/gst/goom/Makefile.am
@@ -14,8 +14,8 @@ libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lin
noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h
-#CFLAGS += -Wall -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -DNDEBUG
-libgstgoom_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
+#CFLAGS += $(GST_CFLAGS) -O3 $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -fomit-frame-pointer -DNDEBUG
+libgstgoom_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
libgstgoom_la_LIBADD =
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)