Remove all locally-defined optimization flags
authorDavid Schleef <ds@schleef.org>
Thu, 11 Sep 2003 19:58:00 +0000 (19:58 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 11 Sep 2003 19:58:00 +0000 (19:58 +0000)
Original commit message from CVS:
Remove all locally-defined optimization flags

configure.ac
gst-libs/gst/audio/Makefile.am
gst-libs/gst/idct/Makefile.am
gst-libs/gst/resample/Makefile.am
gst-libs/gst/riff/Makefile.am
gst-libs/gst/video/Makefile.am
gst/audioscale/Makefile.am
gst/videoscale/Makefile.am

index 0432ddf4ff7d0336112f83c3f99542b79514a1dc..c3274bee1c2fed35d4abaee37503b553b6e62b6c 100644 (file)
@@ -49,13 +49,6 @@ if test "x$GST_WALL" = "xyes"; then
    if test "x$GST_CVS" = "xyes"; then
      AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
    fi
-
-   dnl set gcc-style optimization flags if using the gnu compiler.
-   GST_FUNROLL_CFLAGS="$GST_FUNROLL_CFLAGS -funroll-all-loops"
-   GST_FINLINE_CFLAGS="$GST_FINLINE_CFLAGS -finline-functions"
-   GST_FFASTMATH_CFLAGS="$GST_FFASTMATH_CFLAGS -ffast-math"
-   GST_FSCHEDULE_CFLAGS="$GST_FSCHEDULE_CFLAGS -fschedule-insns2"
-   GST_FNOEXCEPTIONS_CFLAGS="$GST_FNOEXCEPTIONS_CFLAGS -fno-exceptions"
 fi
 
 dnl determine c++ compiler
@@ -1107,17 +1100,6 @@ if test "x$USE_DEBUG" = xyes; then
   GST_CFLAGS="$GST_CFLAGS -g"
 fi
 
-if test "x$USE_PROFILING" = xyes; then
-dnl  CFLAGS="$CFLAGS -pg -fprofile-arcs"
-  FOMIT_FRAME_POINTER=""
-else
-  FOMIT_FRAME_POINTER="-fomit-frame-pointer"
-fi
-
-dnl
-dnl AC_SUBST(FOMIT_FRAME_POINTER)
-dnl
-
 dnl #############################
 dnl # Set automake conditionals #
 dnl #############################
@@ -1149,16 +1131,9 @@ AM_CONDITIONAL(HAVE_RAW1394,        test "x$HAVE_RAW1394" = "xyes")
 
 dnl prefer internal headers to already installed ones
 GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS $GST_ERROR"
-GST_OPT_CFLAGS="$GST_FINLINE_CFLAGS $GST_FFASTMATH_CFLAGS"
 
 AC_SUBST(GST_LIBS)
 AC_SUBST(GST_CFLAGS)
-AC_SUBST(GST_FUNROLL_CFLAGS)
-AC_SUBST(GST_FINLINE_CFLAGS)
-AC_SUBST(GST_FFASTMATH_CFLAGS)
-AC_SUBST(GST_FSCHEDULE_CFLAGS)
-AC_SUBST(GST_FNOEXCEPTIONS_CFLAGS)
-AC_SUBST(GST_OPT_CFLAGS)
 
 dnl ###########################
 dnl # Configure external libs #
index fa9abaf472ed09a5f8ff77b1349c885bb12c1fbc..4f95f4efdf49bb611718cf439fd4593566cd62cf 100644 (file)
@@ -8,5 +8,5 @@ libgstaudioincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/audio
 libgstaudioinclude_HEADERS = audio.h audioclock.h
 
 libgstaudio_la_LIBADD =
-libgstaudio_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+libgstaudio_la_CFLAGS = $(GST_CFLAGS)
 libgstaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
index ea06100d9170f7255985a33cad17803e78afd306..aea5a1f37e82c2a696d6d4223514befb8a8e3f8b 100644 (file)
@@ -28,5 +28,5 @@ noinst_HEADERS = dct.h
 
 
 libgstidct_la_LIBADD =
-libgstidct_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+libgstidct_la_CFLAGS = $(GST_CFLAGS)
 libgstidct_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
index 7edbd6c7feac10cb4d6221bd1b45424e6939e2f0..94ebea5bbcb9c96f9c03da4611eff9e4e8d64497 100644 (file)
@@ -2,19 +2,9 @@ librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
 library_LTLIBRARIES = libgstresample.la
 
-if HAVE_CPU_I386
-ARCHCFLAGS = -march=i486
-else
-if HAVE_CPU_PPC
-ARCHCFLAGS = -Wa,-m7400
-else
-ARCHCFLAGS =
-endif
-endif
-
 libgstresample_la_SOURCES = dtos.c dtof.c functable.c resample.c resample.h
 libgstresample_la_LIBADD =
-libgstresample_la_CFLAGS = $(GST_CFLAGS) $(GST_FFASTMATH_CFLAGS) $(ARCHCFLAGS)
+libgstresample_la_CFLAGS = $(GST_CFLAGS)
 libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 libgstresampleincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/resample
@@ -22,9 +12,3 @@ libgstresampleinclude_HEADERS = resample.h
 
 noinst_HEADERS = private.h
 
-#check_PROGRAMS = test
-#test_SOURCES = test.c
-#test_LDADD = libresample.la
-
-
-
index 6e235202d0ae8680b6029c30ddb6754b90e3dd58..05ab689461dea071c762f9696d8b2dde2681a1db 100644 (file)
@@ -8,5 +8,5 @@ libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
 libgstriffinclude_HEADERS = riff.h
 
 libgstriff_la_LIBADD =
-libgstriff_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS)
+libgstriff_la_CFLAGS = $(GST_CFLAGS)
 libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
index 86a4d4e997d2946d17a8a3f9f3a6e24197ffe6b9..e45c00511ea45959bfa052e980e43d9a8201e1c0 100644 (file)
@@ -8,5 +8,5 @@ libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
 libgstvideoinclude_HEADERS = video.h
 
 libgstvideo_la_LIBADD =
-libgstvideo_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+libgstvideo_la_CFLAGS = $(GST_CFLAGS)
 libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
index 1a71e10ca9ad191aaf2d82eda3210263b47c1a3e..bd54146d1509d7107dfd5f1c800ada0ec453e46b 100644 (file)
@@ -2,7 +2,7 @@
 plugin_LTLIBRARIES = libgstaudioscale.la
 
 libgstaudioscale_la_SOURCES = gstaudioscale.c
-libgstaudioscale_la_CFLAGS = $(GST_FFASTMATH_CFLAGS) $(GST_CFLAGS)
+libgstaudioscale_la_CFLAGS = $(GST_CFLAGS)
 libgstaudioscale_la_LIBADD =
 libgstaudioscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
index 79adf6a42b614965769b3ac702d17fb46021d424..33cc3f95bb7825ac715a037cc84e1c048048fe5a 100644 (file)
@@ -13,7 +13,7 @@ libgstvideoscale_la_SOURCES = \
                        gstvideoscale.c \
                        videoscale.c \
                        $(ARCHSRCS)
-libgstvideoscale_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) $(GST_OPT_CFLAGS) $(GST_FUNROLL_CFLAGS) $(GST_CFLAGS)
+libgstvideoscale_la_CFLAGS = $(GST_CFLAGS)
 libgstvideoscale_la_LIBADD =
 libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)