[dav1d] Add UWP support. (#34647)

It builds fine for me.
This commit is contained in:
Paweł Wegner 2023-10-23 20:28:34 +02:00 committed by GitHub
parent 0d8e0f2930
commit af4749fc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,11 @@
{
"name": "dav1d",
"version": "1.3.0",
"port-version": 1,
"description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.",
"homepage": "https://code.videolan.org/videolan/dav1d",
"license": "BSD-2-Clause",
"supports": "!(uwp | (windows & x86 & !static))",
"supports": "!(windows & x86 & !static)",
"dependencies": [
{
"name": "vcpkg-tool-meson",

View File

@ -2074,7 +2074,7 @@
},
"dav1d": {
"baseline": "1.3.0",
"port-version": 0
"port-version": 1
},
"daw-header-libraries": {
"baseline": "2.96.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "68bf154a3ecc55fd1ad71ff6773ed3f0c418fbba",
"version": "1.3.0",
"port-version": 1
},
{
"git-tree": "99fc7f3cc963cb7a3e567d13f313e5f0dbf46c72",
"version": "1.3.0",