Update ffmpeg.yml
This commit is contained in:
parent
30326de759
commit
099bd45b65
32
.github/workflows/ffmpeg.yml
vendored
32
.github/workflows/ffmpeg.yml
vendored
@ -43,18 +43,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'release/5.0'
|
default: 'release/5.0'
|
||||||
description: 'FFmpeg refId'
|
description: 'FFmpeg refId'
|
||||||
|
|
||||||
nvencRef:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: 'sdk/9.1'
|
|
||||||
description: 'NVENC refId'
|
|
||||||
|
|
||||||
amfRef:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: 'master'
|
|
||||||
description: 'AMF refId'
|
|
||||||
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
@ -87,18 +75,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'release/5.0'
|
default: 'release/5.0'
|
||||||
description: 'FFmpeg refId'
|
description: 'FFmpeg refId'
|
||||||
|
|
||||||
nvencRef:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: 'sdk/9.1'
|
|
||||||
description: 'NVENC refId'
|
|
||||||
|
|
||||||
amfRef:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: 'master'
|
|
||||||
description: 'AMF refId'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||||
@ -200,13 +176,13 @@ jobs:
|
|||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: FFmpeg/nv-codec-headers
|
repository: FFmpeg/nv-codec-headers
|
||||||
ref: ${{ inputs.nvencRef }}
|
ref: master
|
||||||
path: nvenc
|
path: nvenc
|
||||||
- name: Checkout AMF
|
- name: Checkout AMF
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: GPUOpen-LibrariesAndSDKs/AMF
|
repository: GPUOpen-LibrariesAndSDKs/AMF
|
||||||
ref: ${{ inputs.amfRef }}
|
ref: master
|
||||||
path: amf
|
path: amf
|
||||||
- name: Set up artifacts
|
- name: Set up artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
@ -255,13 +231,13 @@ jobs:
|
|||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: FFmpeg/nv-codec-headers
|
repository: FFmpeg/nv-codec-headers
|
||||||
ref: ${{ inputs.nvencRef }}
|
ref: master
|
||||||
path: nvenc
|
path: nvenc
|
||||||
- name: Checkout AMF
|
- name: Checkout AMF
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: GPUOpen-LibrariesAndSDKs/AMF
|
repository: GPUOpen-LibrariesAndSDKs/AMF
|
||||||
ref: ${{ inputs.amfRef }}
|
ref: master
|
||||||
path: amf
|
path: amf
|
||||||
- name: Set up artifacts
|
- name: Set up artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user