mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:13:07 +08:00
parent
17f96c51ab
commit
9081288cdf
@ -1,13 +0,0 @@
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 07b2586..02acd91 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -370,7 +370,7 @@ endif
|
||||
|
||||
cdata.set10('ARCH_PPC64LE', host_machine.cpu() == 'ppc64le')
|
||||
|
||||
-if cc.symbols_have_underscore_prefix()
|
||||
+if cc.symbols_have_underscore_prefix() or (host_machine.cpu_family() == 'x86' and host_machine.system() == 'windows')
|
||||
cdata.set10('PREFIX', true)
|
||||
cdata_asm.set10('PREFIX', true)
|
||||
endif
|
@ -2,10 +2,8 @@ vcpkg_from_gitlab(
|
||||
GITLAB_URL https://code.videolan.org
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO videolan/dav1d
|
||||
REF 7b433e077298d0f4faf8da6d6eb5774e29bffa54 #v0.9.2
|
||||
SHA512 f889f969f6d612770132cbd2faf8685b1613661b5fbb9e7efe86e9cd074cbd99d5d0cd23894ffc3743fb34301b387df3a81bf067d2c7102358e3fdacf5959782
|
||||
PATCHES
|
||||
patch_underscore_prefix.patch
|
||||
REF 99172b11470776177939c3d2bc366fe8d904eab7 #v1.0.0
|
||||
SHA512 8ab32d7f1e7ec0fb2aae9ae19e199f7a6b17f88af2287c13a9ca577f80f02351e601fb6c6f03c9505d6cecd047b823007ffef83a5ca3703e4d2a4dd5ff6d5d3b
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(NASM)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dav1d",
|
||||
"version": "0.9.2",
|
||||
"version": "1.0.0",
|
||||
"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",
|
||||
|
@ -1813,7 +1813,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"dav1d": {
|
||||
"baseline": "0.9.2",
|
||||
"baseline": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"daw-header-libraries": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "728ebed76cd4e2ed1d00fa0adeb04e3bd335ccb6",
|
||||
"version": "1.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0c06788e881e79f8c6a169f0f666baf2dc04faa6",
|
||||
"version": "0.9.2",
|
||||
|
Loading…
Reference in New Issue
Block a user