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:
Matthias Reichl 2020-12-19 10:40:44 +01:00
parent 33be452d25
commit e2ca4f5e9d
3 changed files with 3688 additions and 293 deletions

View File

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

View File

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