Bump to ffmpeg 7.1.2

vcpkg bump to ffmpeg 7.1.2 was done in
https://github.com/microsoft/vcpkg/pull/47384.

Closes https://github.com/Vita3K/ffmpeg-core/pull/21.
This commit is contained in:
Sergi (セルジ)
2025-10-15 17:07:39 +09:00
committed by scribam
parent 3a8150831f
commit dec420d941

View File

@@ -91,7 +91,7 @@ jobs:
run: |
(cd ${{ matrix.vcpkg-root }} && git fetch origin)
(cd ${{ matrix.vcpkg-root }} && git reset --hard)
(cd ${{ matrix.vcpkg-root }} && git checkout 41f90cc7b84116517b01f729af17fc735e9cd821)
(cd ${{ matrix.vcpkg-root }} && git checkout 34823ada10080ddca99b60e85f80f55e18a44eea)
(cd ${{ matrix.vcpkg-root }} && git apply --ignore-space-change --ignore-whitespace --3way ${{ github.workspace }}/ffmpeg.patch)
- name: Build ffmpeg