mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libvpx] Fix support for NetBSD (#48300)
This commit is contained in:
@@ -235,7 +235,7 @@ else()
|
||||
set(LIBVPX_TARGET "generic-gnu") # use default target
|
||||
endif()
|
||||
|
||||
if (VCPKG_HOST_IS_OPENBSD OR VCPKG_HOST_IS_FREEBSD)
|
||||
if (VCPKG_HOST_IS_BSD)
|
||||
set(MAKE_BINARY "gmake")
|
||||
else()
|
||||
set(MAKE_BINARY "make")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libvpx",
|
||||
"version": "1.15.2",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
|
||||
"homepage": "https://github.com/webmproject/libvpx",
|
||||
"license": "BSD-3-Clause",
|
||||
|
||||
@@ -5710,7 +5710,7 @@
|
||||
},
|
||||
"libvpx": {
|
||||
"baseline": "1.15.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libwandio": {
|
||||
"baseline": "4.2.6-1",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "236f37cfc2554c561459979b338dde6b2aac9d8f",
|
||||
"version": "1.15.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "6677969951a14750a5ab721e7ee4e23a0ddaecf1",
|
||||
"version": "1.15.2",
|
||||
|
||||
Reference in New Issue
Block a user