[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

@@ -152,11 +152,11 @@ AC_SUBST(PLUGINDIR)
AC_SUBST(THEMESDIR)
dnl end workaround
AC_DEFUN([TUXBOX_BOXTYPE],[
AC_DEFUN([TUXBOX_BOXTYPE], [
AC_ARG_WITH(boxtype,
[ --with-boxtype valid values: tripledragon,spark,azbox,generic,duckbox,spark7162,armbox],
AS_HELP_STRING([--with-boxtype], [valid values: tripledragon, spark, azbox, generic, armbox, duckbox, spark7162]),
[case "${withval}" in
tripledragon|azbox|generic)
tripledragon|azbox|generic|armbox)
BOXTYPE="$withval"
;;
spark|spark7162)