mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
added directories to configure.in
Original commit message from CVS: added directories to configure.in
This commit is contained in:
parent
077e68edb1
commit
ba802f4159
1 changed files with 5 additions and 3 deletions
|
@ -412,8 +412,6 @@ if test "x$USE_PROFILING" = xyes; then
|
||||||
CFLAGS="$CFLAGS -pg"
|
CFLAGS="$CFLAGS -pg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="$CFLAGS -O6"
|
|
||||||
|
|
||||||
dnl #############################
|
dnl #############################
|
||||||
dnl # Set automake conditionals #
|
dnl # Set automake conditionals #
|
||||||
dnl #############################
|
dnl #############################
|
||||||
|
@ -439,6 +437,8 @@ AM_CONDITIONAL(HAVE_DB2PS, $HAVE_DB2PS)
|
||||||
AM_CONDITIONAL(HAVE_CDPARANOIA, test "x$HAVE_CDPARANOIA" = "xyes")
|
AM_CONDITIONAL(HAVE_CDPARANOIA, test "x$HAVE_CDPARANOIA" = "xyes")
|
||||||
AM_CONDITIONAL(HAVE_LIBLAME, test "x$HAVE_LIBLAME" = "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 FIXME: having to AC_SUBST these is messy. Not sure if CPPFLAGS and LDFLAGS
|
||||||
dnl need it, either.
|
dnl need it, either.
|
||||||
|
@ -446,7 +446,6 @@ AC_SUBST(CFLAGS)
|
||||||
AC_SUBST(CPPFLAGS)
|
AC_SUBST(CPPFLAGS)
|
||||||
AC_SUBST(LDFLAGS)
|
AC_SUBST(LDFLAGS)
|
||||||
|
|
||||||
|
|
||||||
dnl #############################
|
dnl #############################
|
||||||
dnl # Configure the subpackages #
|
dnl # Configure the subpackages #
|
||||||
dnl #############################
|
dnl #############################
|
||||||
|
@ -510,6 +509,7 @@ plugins/mpeg1video/parse/Makefile
|
||||||
plugins/filters/Makefile
|
plugins/filters/Makefile
|
||||||
plugins/filters/smooth/Makefile
|
plugins/filters/smooth/Makefile
|
||||||
plugins/filters/median/Makefile
|
plugins/filters/median/Makefile
|
||||||
|
plugins/filters/ladspa/Makefile
|
||||||
plugins/effects/Makefile
|
plugins/effects/Makefile
|
||||||
plugins/effects/stereo/Makefile
|
plugins/effects/stereo/Makefile
|
||||||
plugins/effects/volume/Makefile
|
plugins/effects/volume/Makefile
|
||||||
|
@ -536,6 +536,8 @@ test/xml/Makefile
|
||||||
test/bindings/Makefile
|
test/bindings/Makefile
|
||||||
test/cothreads/Makefile
|
test/cothreads/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
|
tests/sched/Makefile
|
||||||
|
examples/Makefile
|
||||||
editor/Makefile
|
editor/Makefile
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
|
|
Loading…
Reference in a new issue