Skip to content

Commit e00fe6d

Browse files
committed
feat: add ave3da patch to ffmpeg
1 parent eda8db5 commit e00fe6d

2 files changed

Lines changed: 863 additions & 0 deletions

File tree

fetch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fetch_ffmpeg() {
3131
local url="https://github.com/FFmpeg/FFmpeg.git"
3232
rm -rf src/ffmpeg
3333
git -C src clone --depth 1 "${url}" ffmpeg
34+
git -C src/ffmpeg apply --apply --stat "$(realpath patches/ffmpeg-avs3da.patch)"
3435
}
3536

3637
fetch_freetype() {

0 commit comments

Comments
 (0)