mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[libvpx] Only enable NASM for x86 and x64 (#42037)
This commit is contained in:
parent
44adcd9480
commit
3ab232bd9a
4 changed files with 12 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -5318,7 +5318,7 @@
|
|||
},
|
||||
"libvpx": {
|
||||
"baseline": "1.13.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"libwandio": {
|
||||
"baseline": "4.2.1",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "51aa3269c3e4839a7c789ba5e7f25e653ef65b27",
|
||||
"version": "1.13.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "113a0b3aef3819546a0d8fe587aa37146a7e8f30",
|
||||
"version": "1.13.1",
|
||||
|
|
Loading…
Reference in a new issue