From 43f30739b9d2677d4ad9fbe9685035583a9267c4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 11 Sep 2003 19:57:59 +0000 Subject: Remove all locally-defined optimization flags Original commit message from CVS: Remove all locally-defined optimization flags --- gst/cdxaparse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/cdxaparse') diff --git a/gst/cdxaparse/Makefile.am b/gst/cdxaparse/Makefile.am index 0c19c123..411579cc 100644 --- a/gst/cdxaparse/Makefile.am +++ b/gst/cdxaparse/Makefile.am @@ -7,6 +7,6 @@ libgstcdxaparse_la_SOURCES = gstcdxaparse.c noinst_HEADERS = \ gstcdxaparse.h -libgstcdxaparse_la_CFLAGS = -O2 $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS) +libgstcdxaparse_la_CFLAGS = $(GST_CFLAGS) libgstcdxaparse_la_LIBADD = libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1