From 1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 21 May 2003 15:16:49 +0000 Subject: 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 --- ext/jpeg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 25e8b9d3..005813bb 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -5,7 +5,7 @@ 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) -funroll-all-loops -finline-functions -ffast-math -DNDEBUG +## -O3 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) -DNDEBUG libgstjpeg_la_LIBADD = $(JPEG_LIBS) libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit