[libarmbox] add libeplayer3-arm --enable-flv2mpeg4

Origin commit data
------------------
Branch: master
Commit: 3464282278
Author: max_10 <max_10@gmx.de>
Date: 2018-08-29 (Wed, 29 Aug 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-08-29 14:29:29 +02:00
parent f57a311769
commit 32c26c582a
3 changed files with 20 additions and 9 deletions

View File

@@ -62,6 +62,15 @@ if test x$BOXTYPE = xgeneric -a x$BOXMODEL != xraspi; then
PKG_CHECK_MODULES([SWRESAMPLE], [libswresample])
fi
AC_ARG_ENABLE(flv2mpeg4,
AS_HELP_STRING(--enable-flv2mpeg4, use flv2mpeg4 libeplayer3-arm),
,[enable_flv2mpeg4=no])
AM_CONDITIONAL(FLV2MPEG4, test "$enable_flv2mpeg4" = "yes")
if test "$enable_flv2mpeg4" = "yes"; then
AC_DEFINE(ENABLE_FLV2MPEG4, 1, [use flv2mpeg4 libeplayer3-arm])
fi
AC_OUTPUT([
Makefile
common/Makefile