ffmpeg: drop support for legacy RPi MMAL acceleration

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-07-07 13:51:07 +02:00
parent bbbb72699e
commit 54ea2ebba8

View File

@ -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