Skip to content

Commit aa3edad

Browse files
committed
Revert "deps.ffmpeg: Update nv-codec-headers to n13.0.19.0"
This reverts commit e2a9bfb.
1 parent 262e42f commit aa3edad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps.ffmpeg/70-nv-codec.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
param(
22
[string] $Name = 'nv-codec-headers',
3-
[string] $Version = '13.0.19.0',
3+
[string] $Version = '12.2.72.0',
44
[string] $Uri = 'https://github.com/FFmpeg/nv-codec-headers.git',
5-
[string] $Hash = 'e844e5b26f46bb77479f063029595293aa8f812d',
5+
[string] $Hash = 'c69278340ab1d5559c7d7bf0edf615dc33ddbba7',
66
[array] $Targets = @('x64')
77
)
88

deps.ffmpeg/70-nv-codec.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ autoload -Uz log_debug log_error log_info log_status log_output
22

33
## Dependency Information
44
local name='nv-codec-headers'
5-
local version='13.0.19.0'
5+
local version='12.2.72.0'
66
local url='https://github.com/ffmpeg/nv-codec-headers.git'
7-
local hash='e844e5b26f46bb77479f063029595293aa8f812d'
7+
local hash='c69278340ab1d5559c7d7bf0edf615dc33ddbba7'
88

99
## Dependency Overrides
1010
local targets=('windows-x*')

0 commit comments

Comments
 (0)