ci: Add version information to ffnvcodec and amf
This commit is contained in:
@@ -90,7 +90,7 @@ jobs:
|
|||||||
echo "::set-output name=flags::--enable-libx264"
|
echo "::set-output name=flags::--enable-libx264"
|
||||||
|
|
||||||
# NVIDIA Codec Headers (FFmpeg 3.0 and up)
|
# NVIDIA Codec Headers (FFmpeg 3.0 and up)
|
||||||
- name: "Dependency: NVIDIA Codec Headers (MIT, shared)"
|
- name: "Dependency: NVIDIA Codec Headers (v${{ env.FFNVCODEC_VERSION }}, MIT, shared)"
|
||||||
if: ${{ steps.data.outputs.version_major >= 3 }}
|
if: ${{ steps.data.outputs.version_major >= 3 }}
|
||||||
id: ffnvcodec
|
id: ffnvcodec
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# AMD AMF (FFmpeg 4.0 and up)
|
# AMD AMF (FFmpeg 4.0 and up)
|
||||||
- name: "Dependency: AMD AMF (MIT, shared)"
|
- name: "Dependency: AMD AMF (v${{ env.AMF_VERSION }}, MIT, shared)"
|
||||||
if: ${{ steps.data.outputs.version_major >= 4 }}
|
if: ${{ steps.data.outputs.version_major >= 4 }}
|
||||||
id: amf
|
id: amf
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user