Skip to content

Commit dec420d

Browse files
xerpiscribam
authored andcommitted
Bump to ffmpeg 7.1.2
vcpkg bump to ffmpeg 7.1.2 was done in microsoft/vcpkg#47384. Closes Vita3K#21.
1 parent 3a81508 commit dec420d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
(cd ${{ matrix.vcpkg-root }} && git fetch origin)
9393
(cd ${{ matrix.vcpkg-root }} && git reset --hard)
94-
(cd ${{ matrix.vcpkg-root }} && git checkout 41f90cc7b84116517b01f729af17fc735e9cd821)
94+
(cd ${{ matrix.vcpkg-root }} && git checkout 34823ada10080ddca99b60e85f80f55e18a44eea)
9595
(cd ${{ matrix.vcpkg-root }} && git apply --ignore-space-change --ignore-whitespace --3way ${{ github.workspace }}/ffmpeg.patch)
9696
9797
- name: Build ffmpeg

0 commit comments

Comments
 (0)