summaryrefslogtreecommitdiffstats
path: root/gst/smpte
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/smpte
parent787df174828d4fe03e4f1a6ac48a971b0e7524e2 (diff)
Remove all locally-defined optimization flags
Original commit message from CVS: Remove all locally-defined optimization flags
Diffstat (limited to 'gst/smpte')
-rw-r--r--gst/smpte/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am
index 00d06bbc..26723c8d 100644
--- a/gst/smpte/Makefile.am
+++ b/gst/smpte/Makefile.am
@@ -5,7 +5,7 @@ libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
noinst_HEADERS = gstsmpte.h gstmask.h paint.h
-libgstsmpte_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
+libgstsmpte_la_CFLAGS = $(GST_CFLAGS)
libgstsmpte_la_LIBADD =
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)