Update ffmpeg.yml
This commit is contained in:
parent
30326de759
commit
099bd45b65
32
.github/workflows/ffmpeg.yml
vendored
32
.github/workflows/ffmpeg.yml
vendored
@ -44,18 +44,6 @@ on:
|
||||
default: 'release/5.0'
|
||||
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:
|
||||
inputs:
|
||||
env:
|
||||
@ -88,18 +76,6 @@ on:
|
||||
default: 'release/5.0'
|
||||
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:
|
||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||
COMPONENTS: "--enable-libsvtav1 --enable-libsnappy --enable-libmp3lame --enable-libzimg --enable-libopus --enable-libvorbis --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvpx "
|
||||
@ -200,13 +176,13 @@ jobs:
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: FFmpeg/nv-codec-headers
|
||||
ref: ${{ inputs.nvencRef }}
|
||||
ref: master
|
||||
path: nvenc
|
||||
- name: Checkout AMF
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: GPUOpen-LibrariesAndSDKs/AMF
|
||||
ref: ${{ inputs.amfRef }}
|
||||
ref: master
|
||||
path: amf
|
||||
- name: Set up artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
@ -255,13 +231,13 @@ jobs:
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: FFmpeg/nv-codec-headers
|
||||
ref: ${{ inputs.nvencRef }}
|
||||
ref: master
|
||||
path: nvenc
|
||||
- name: Checkout AMF
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: GPUOpen-LibrariesAndSDKs/AMF
|
||||
ref: ${{ inputs.amfRef }}
|
||||
ref: master
|
||||
path: amf
|
||||
- name: Set up artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user