mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
ffmpeg: drop support for legacy RPi MMAL acceleration
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
bbbb72699e
commit
54ea2ebba8
@ -71,14 +71,6 @@ else
|
|||||||
PKG_FFMPEG_DEBUG="--disable-debug --enable-stripping"
|
PKG_FFMPEG_DEBUG="--disable-debug --enable-stripping"
|
||||||
fi
|
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"
|
|
||||||
PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
|
|
||||||
PKG_FFMPEG_RPI="--enable-rpi --enable-mmal"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if target_has_feature neon; then
|
if target_has_feature neon; then
|
||||||
PKG_FFMPEG_FPU="--enable-neon"
|
PKG_FFMPEG_FPU="--enable-neon"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user