- configure.ac: autoupdate

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-04-24 13:16:53 +02:00
committed by Thilo Graf
parent e15b2580fb
commit 9018804c8a

View File

@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
AC_DISABLE_SHARED AC_DISABLE_SHARED
AC_DISABLE_STATIC AC_DISABLE_STATIC
AC_SYS_LARGEFILE AC_SYS_LARGEFILE
AC_PROG_LIBTOOL LT_INIT
AC_ARG_ENABLE(clutter, AC_ARG_ENABLE(clutter,
AS_HELP_STRING(--enable-clutter, use clutter instead of OpenGL), AS_HELP_STRING(--enable-clutter, use clutter instead of OpenGL),
@@ -103,7 +103,7 @@ if test "$enable_flv2mpeg4" = "yes"; then
AC_DEFINE(ENABLE_FLV2MPEG4, 1, [use flv2mpeg4 libeplayer3-arm]) AC_DEFINE(ENABLE_FLV2MPEG4, 1, [use flv2mpeg4 libeplayer3-arm])
fi fi
AC_OUTPUT([ AC_CONFIG_FILES([
Makefile Makefile
common/Makefile common/Makefile
libarmbox/Makefile libarmbox/Makefile
@@ -119,3 +119,4 @@ libtriple/Makefile
tools/Makefile tools/Makefile
]) ])
AC_OUTPUT