mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
ffmpeg: update rpi patch
Patch created using revisions 922f5ee..fbcd774 from branch dev/4.3.1/drm_prime_1 of https://github.com/jc-kynesim/rpi-ffmpeg
This commit is contained in:
parent
33be452d25
commit
e2ca4f5e9d
@ -20,7 +20,7 @@ PKG_FFMPEG_HWACCEL="--enable-hwaccels"
|
||||
PKG_FFMPEG_RPI="--disable-mmal"
|
||||
|
||||
if [ "${PROJECT}" = "RPi" -a "${DEVICE}" = "RPi4" ]; then
|
||||
PKG_PATCH_DIRS="rpi v4l2-drmprime"
|
||||
PKG_PATCH_DIRS="rpi"
|
||||
PKG_FFMPEG_RPI+=" --disable-rpi --enable-sand"
|
||||
else
|
||||
PKG_PATCH_DIRS="v4l2-request v4l2-drmprime"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ create_patch() {
|
||||
;;
|
||||
rpi)
|
||||
REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
|
||||
REFSPEC="test/4.3/kodi_main"
|
||||
REFSPEC="dev/4.3.1/drm_prime_1"
|
||||
;;
|
||||
*)
|
||||
echo "illegal feature set ${FEATURE_SET}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user