mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
ffmpeg (RPi): support HEVC decode with upstream kodi
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user