From 07e5bc672f3c2147f98aca08f6f095dbb77d2c93 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 --- ext/jpeg/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext') diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 7018a3cf..351a2e77 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -3,8 +3,6 @@ plugin_LTLIBRARIES = libgstjpeg.la libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c libgstjpeg_la_CFLAGS = $(GST_CFLAGS) -## FIXME: check these CFLAGS -## -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -DNDEBUG libgstjpeg_la_LIBADD = $(JPEG_LIBS) libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit