[ffmpeg] Enable dav1d feature on osx (#34421)

This commit is contained in:
Martin Hořeňovský 2023-10-13 19:56:49 +02:00 committed by GitHub
parent fa4a2a79b2
commit d79815eed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
"name": "ffmpeg",
"version": "6.0",
"port-version": 1,
"description": [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."
@ -338,7 +339,6 @@
},
"dav1d": {
"description": "AV1 decoding via libdav1d",
"supports": "!osx",
"dependencies": [
"dav1d"
]

View File

@ -2554,7 +2554,7 @@
},
"ffmpeg": {
"baseline": "6.0",
"port-version": 0
"port-version": 1
},
"ffnvcodec": {
"baseline": "11.1.5.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "70c25989395c92bd79faf0b136fb4636e96d541c",
"version": "6.0",
"port-version": 1
},
{
"git-tree": "515f4b8df7a66e74ef6bcde4eae3841d3a96038f",
"version": "6.0",