Allwinner: use ARMv7/8 add-ons

This commit is contained in:
CvH 2020-06-14 20:41:49 +02:00
parent b029a1fbd2
commit d2005e2af6
6 changed files with 15 additions and 3 deletions

View File

@ -45,3 +45,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -39,3 +39,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -45,3 +45,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -39,3 +39,6 @@
# KODI Player implementation to use
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -36,3 +36,6 @@
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
KODIPLAYER_DRIVER="$OPENGLES"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -61,6 +61,3 @@
# debug tty path
DEBUG_TTY="/dev/console"
# set the addon project
ADDON_PROJECT="H3"