mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
Merge pull request #4010 from antonlacon/le10-rpi2-hevc
ffmpeg: rpi ffmpeg patch only for use with rpi kodi
This commit is contained in:
commit
68d65cf1d3
@ -66,7 +66,9 @@ fi
|
||||
if [ "${KODIPLAYER_DRIVER}" = "bcm2835-driver" ]; then
|
||||
PKG_DEPENDS_TARGET+=" bcm2835-driver"
|
||||
PKG_NEED_UNPACK+=" $(get_pkg_directory bcm2835-driver)"
|
||||
PKG_PATCH_DIRS+=" rpi-hevc"
|
||||
if [ "${KODI_VENDOR}" = "raspberrypi" ]; then
|
||||
PKG_PATCH_DIRS+=" rpi-hevc"
|
||||
fi
|
||||
fi
|
||||
|
||||
if target_has_feature neon; then
|
||||
@ -91,7 +93,9 @@ pre_configure_target() {
|
||||
|
||||
if [ "${KODIPLAYER_DRIVER}" = "bcm2835-driver" ]; then
|
||||
PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
|
||||
PKG_FFMPEG_RPI="--enable-rpi"
|
||||
if [ "${KODI_VENDOR}" = "raspberrypi" ]; then
|
||||
PKG_FFMPEG_RPI="--enable-rpi"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user