mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
ffmpeg: use rpi patch for all RPis
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e2ca4f5e9d
commit
98ddb664b7
@ -19,7 +19,7 @@ PKG_FFMPEG_HWACCEL="--enable-hwaccels"
|
|||||||
|
|
||||||
PKG_FFMPEG_RPI="--disable-mmal"
|
PKG_FFMPEG_RPI="--disable-mmal"
|
||||||
|
|
||||||
if [ "${PROJECT}" = "RPi" -a "${DEVICE}" = "RPi4" ]; then
|
if [ "${PROJECT}" = "RPi" ]; then
|
||||||
PKG_PATCH_DIRS="rpi"
|
PKG_PATCH_DIRS="rpi"
|
||||||
PKG_FFMPEG_RPI+=" --disable-rpi --enable-sand"
|
PKG_FFMPEG_RPI+=" --disable-rpi --enable-sand"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user