Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ports/mfx-dispatch/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
vcpkg_download_distfile(
MISSING_CSTDINT_IMPORT_PATCH
URLS https://github.com/lu-zero/mfx_dispatch/commit/d6241243f85a0d947bdfe813006686a930edef24.patch?full_index=1
FILENAME fix-missing-cstdint-import-d6241243f85a0d947bdfe813006686a930edef24.patch
SHA512 5d2ffc4ec2ba0e5859d01d2e072f75436ebc3e62e0f6580b5bb8b9f82fe588e7558a46a1fdfa0297a782c0eeb8f50322258d0dd9e41d927cc9be496727b61e44
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO lu-zero/mfx_dispatch
Expand All @@ -7,6 +14,7 @@ vcpkg_from_github(
PATCHES
fix-unresolved-symbol.patch
fix-pkgconf.patch
${MISSING_CSTDINT_IMPORT_PATCH}
)

if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
Expand Down
2 changes: 1 addition & 1 deletion ports/mfx-dispatch/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mfx-dispatch",
"version": "1.35.1",
"port-version": 4,
"port-version": 5,
"description": "Open source Intel media sdk dispatcher",
"homepage": "https://github.com/lu-zero/mfx_dispatch",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6014,7 +6014,7 @@
},
"mfx-dispatch": {
"baseline": "1.35.1",
"port-version": 4
"port-version": 5
},
"mgnlibs": {
"baseline": "2019-09-29",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mfx-dispatch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0001879960211c1331aa7b26c40e0fdd36cf5f47",
"version": "1.35.1",
"port-version": 5
},
{
"git-tree": "0e2d18fc6010dd23044bade1a855669f8e9c9c86",
"version": "1.35.1",
Expand Down