[libvpx] Only enable NASM for x86 and x64 (#42037)

This commit is contained in:
Andrew Kaster 2024-11-11 01:24:37 -07:00 committed by GitHub
parent 44adcd9480
commit 3ab232bd9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View file

@ -24,9 +24,11 @@ endif()
find_program(BASH NAME bash HINTS ${MSYS_ROOT}/usr/bin REQUIRED NO_CACHE)
vcpkg_find_acquire_program(NASM)
get_filename_component(NASM_EXE_PATH ${NASM} DIRECTORY)
vcpkg_add_to_path(${NASM_EXE_PATH})
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
vcpkg_find_acquire_program(NASM)
get_filename_component(NASM_EXE_PATH ${NASM} DIRECTORY)
vcpkg_add_to_path(${NASM_EXE_PATH})
endif()
if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)

View file

@ -1,7 +1,7 @@
{
"name": "libvpx",
"version": "1.13.1",
"port-version": 3,
"port-version": 4,
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
"homepage": "https://github.com/webmproject/libvpx",
"license": "BSD-3-Clause",

View file

@ -5318,7 +5318,7 @@
},
"libvpx": {
"baseline": "1.13.1",
"port-version": 3
"port-version": 4
},
"libwandio": {
"baseline": "4.2.1",

View file

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "51aa3269c3e4839a7c789ba5e7f25e653ef65b27",
"version": "1.13.1",
"port-version": 4
},
{
"git-tree": "113a0b3aef3819546a0d8fe587aa37146a7e8f30",
"version": "1.13.1",