ffmpeg: move RPi patch to separate patch dir

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-07-02 10:49:30 +02:00
parent 124031f4ce
commit c58d936966
2 changed files with 1 additions and 2 deletions

View File

@ -59,6 +59,7 @@ fi
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
PKG_PATCH_DIRS+=" rpi-hevc"
fi fi
if target_has_feature neon; then if target_has_feature neon; then
@ -83,8 +84,6 @@ pre_configure_target() {
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm" PKG_FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
PKG_FFMPEG_RPI="--enable-rpi" PKG_FFMPEG_RPI="--enable-rpi"
else
PKG_FFMPEG_RPI="--disable-rpi"
fi fi
} }