Merge pull request #9135 from HiassofT/le13-rpi-ffmpeg-601

RPi: update ffmpeg patch
This commit is contained in:
Rudi Heitbaum 2024-07-31 10:59:51 +10:00 committed by GitHub
commit 92e3e033b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2512 additions and 702 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
# base ffmpeg version # base ffmpeg version
FFMPEG_REPO="git://source.ffmpeg.org/ffmpeg.git" FFMPEG_REPO="git://source.ffmpeg.org/ffmpeg.git"
FFMPEG_VERSION="n6.0" FFMPEG_VERSION="n6.0.1"
ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi vf-deinterlace-v4l2m2m" ALL_FEATURE_SETS="v4l2-drmprime v4l2-request libreelec rpi vf-deinterlace-v4l2m2m"
@ -38,7 +38,7 @@ create_patch() {
;; ;;
rpi) rpi)
REPO="https://github.com/jc-kynesim/rpi-ffmpeg" REPO="https://github.com/jc-kynesim/rpi-ffmpeg"
REFSPEC="dev/6.0/rpi_import_1" REFSPEC="test/6.0.1/main"
;; ;;
*) *)
echo "illegal feature set ${FEATURE_SET}" echo "illegal feature set ${FEATURE_SET}"