From: Erik Walthinsen Date: Mon, 1 Jan 2001 03:20:28 +0000 (+0000) Subject: added directories to configure.in X-Git-Tag: RELEASE-0_1_0-SLIPSTREAM~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba802f4159a4c7e170719a2f2edc4c4954095035;p=platform%2Fupstream%2Fgstreamer.git added directories to configure.in Original commit message from CVS: added directories to configure.in --- diff --git a/configure.in b/configure.in index a685cb9..747d40f 100644 --- a/configure.in +++ b/configure.in @@ -412,8 +412,6 @@ if test "x$USE_PROFILING" = xyes; then CFLAGS="$CFLAGS -pg" fi -CFLAGS="$CFLAGS -O6" - dnl ############################# dnl # Set automake conditionals # dnl ############################# @@ -439,6 +437,8 @@ AM_CONDITIONAL(HAVE_DB2PS, $HAVE_DB2PS) AM_CONDITIONAL(HAVE_CDPARANOIA, test "x$HAVE_CDPARANOIA" = "xyes") AM_CONDITIONAL(HAVE_LIBLAME, test "x$HAVE_LIBLAME" = "xyes") +dnl CC="kgcc" +CFLAGS="$CFLAGS -O6" dnl FIXME: having to AC_SUBST these is messy. Not sure if CPPFLAGS and LDFLAGS dnl need it, either. @@ -446,7 +446,6 @@ AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) - dnl ############################# dnl # Configure the subpackages # dnl ############################# @@ -510,6 +509,7 @@ plugins/mpeg1video/parse/Makefile plugins/filters/Makefile plugins/filters/smooth/Makefile plugins/filters/median/Makefile +plugins/filters/ladspa/Makefile plugins/effects/Makefile plugins/effects/stereo/Makefile plugins/effects/volume/Makefile @@ -536,6 +536,8 @@ test/xml/Makefile test/bindings/Makefile test/cothreads/Makefile tests/Makefile +tests/sched/Makefile +examples/Makefile editor/Makefile tools/Makefile docs/Makefile