summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/Makefile.am
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-05-21 15:16:49 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-05-21 15:16:49 +0000
commit1c7d5ad0d82766897a1fecdbe16b7a9dbd8b412e (patch)
tree7eef3935b88ff556ae8bb7e1fb61bd211df9dfe7 /ext/jpeg/Makefile.am
parente767ac4c48395b504279d5dd220f78d4ebbe174c (diff)
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
Diffstat (limited to 'ext/jpeg/Makefile.am')
-rw-r--r--ext/jpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)