Skip to content

Commit

Permalink
ffmpeg*: add patch for svt-av1 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
i0ntempest committed Feb 21, 2025
1 parent 74ac82d commit fee9f88
Show file tree
Hide file tree
Showing 10 changed files with 627 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multimedia/ffmpeg-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ patchfiles-append patch-libavcodec-librsvgdec.diff
# so the FFMpeg team does not seem to care to include this functionality
patchfiles-append patch-add-pixeldensity.diff

# SVT-AV1 v3 has API changes
# See https://gitlab.com/AOMediaCodec/SVT-AV1/-/commit/988e930c1083ce518ead1d364e3a486e9209bf73
patchfiles-append patch-svt-av1-v3.diff

# Typedef AVMediaType to NSString* on older systems
# Patch submitted to upstream, remove once upstream has included it
if {${os.platform} eq "darwin" && ${os.major} < 17} {
Expand Down
Loading

0 comments on commit fee9f88

Please sign in to comment.