mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
ffmpeg: move RPi patch to separate patch dir
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
124031f4ce
commit
c58d936966
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user