summaryrefslogtreecommitdiffstats
path: root/gst/median/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-09-11 19:57:59 +0000
committerDavid Schleef <ds@schleef.org>2003-09-11 19:57:59 +0000
commit07e5bc672f3c2147f98aca08f6f095dbb77d2c93 (patch)
treefc0aef219a0b141d3b08519ad230bc5d68814121 /gst/median/Makefile.am
parent787df174828d4fe03e4f1a6ac48a971b0e7524e2 (diff)
Remove all locally-defined optimization flags
Original commit message from CVS: Remove all locally-defined optimization flags
Diffstat (limited to 'gst/median/Makefile.am')
-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 b73d4b0e..3d447b02 100644
--- a/gst/median/Makefile.am
+++ b/gst/median/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstmedian.la
libgstmedian_la_SOURCES = gstmedian.c
-libgstmedian_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) $(GST_CFLAGS)
+libgstmedian_la_CFLAGS = $(GST_CFLAGS)
libgstmedian_la_LIBADD =
libgstmedian_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)