ci: Add version information to ffnvcodec and amf

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-05-22 04:59:44 +02:00
parent 4fd8be88e7
commit d7c1d4d7f8
+2 -2
View File
@@ -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