ffmpeg (RPi): support HEVC decode with upstream kodi

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl
2020-06-15 12:32:18 +02:00
committed by CvH
parent 201f88aa25
commit 52926b2fa8

View File

@@ -57,9 +57,7 @@ fi
if [ "${KODIPLAYER_DRIVER}" = "bcm2835-driver" ]; then
PKG_DEPENDS_TARGET+=" bcm2835-driver"
PKG_NEED_UNPACK+=" $(get_pkg_directory bcm2835-driver)"
if [ "${KODI_VENDOR}" = "raspberrypi" ]; then
PKG_PATCH_DIRS+=" rpi-hevc"
fi
PKG_PATCH_DIRS+=" rpi-hevc"
fi
if target_has_feature neon; then
@@ -84,9 +82,7 @@ pre_configure_target() {
if [ "${KODIPLAYER_DRIVER}" = "bcm2835-driver" ]; then
PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
if [ "${KODI_VENDOR}" = "raspberrypi" ]; then
PKG_FFMPEG_RPI="--enable-rpi"
fi
PKG_FFMPEG_RPI="--enable-rpi"
fi
}