Skip to content

Commit

Permalink
deps.ffmpeg: Update AMF to 1.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutsAMD authored and Huts, Roman committed Nov 13, 2024
1 parent 994fbc4 commit 740b784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.ffmpeg/80-amf.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'amf',
[string] $Version = '1.4.34',
[string] $Version = '1.4.35',
[string] $Uri = 'https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git',
[string] $Hash = '6d7bec0469961e2891c6e1aaa5122b76ed82e1db',
[string] $Hash = '8f5a645e89380549368eec68935b151b238aa17b',
[array] $Targets = @('x64')
)

Expand Down
4 changes: 2 additions & 2 deletions deps.ffmpeg/80-amf.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ autoload -Uz log_debug log_error log_info log_status log_output dep_checkout

## Dependency Information
local name='amf'
local version='1.4.34'
local version='1.4.35'
local url='https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git'
local hash='6d7bec0469961e2891c6e1aaa5122b76ed82e1db'
local hash='8f5a645e89380549368eec68935b151b238aa17b'

## Dependency Overrides
local targets=('windows-x*')
Expand Down

0 comments on commit 740b784

Please sign in to comment.