Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[amd-amf] update to 1.4.35 #41326

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion ports/amd-amf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GPUOpen-LibrariesAndSDKs/AMF
REF "v${VERSION}"
SHA512 e0c4f583996ff2d1d61c53b8ce7ef2eadb32d2a13930e59146b935840e31d032c5cec48baced70b0007fa5f33e30537d03ddf71140ff51213085aba20e16f5ca
SHA512 8a2aa3a358a7c0cfac47f545b8a375de86652d6590795161ad592e49219f54f5ec8dd06d5d48ea9e091fac09e83dbac2044d7ed551898f907cc1b30eea66b7ab
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/amd-amf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "amd-amf",
"version": "1.4.33",
"port-version": 1,
"version": "1.4.35",
"description": "AMD Advanced Media Framework headers",
"homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/amd-amf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "47db5211b49a66cf05a86858cddd41d2c4b5d8a9",
"version": "1.4.35",
"port-version": 0
},
{
"git-tree": "05f431d0e98bedc40b4c5740691259022952e7ba",
"version": "1.4.33",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"port-version": 0
},
"amd-amf": {
"baseline": "1.4.33",
"port-version": 1
"baseline": "1.4.35",
"port-version": 0
},
"ampl-asl": {
"baseline": "2024-02-01",
Expand Down