Skip to content

Commit

Permalink
Aviutlパッケージ作成用のffmpeg_lgplを更新していなかったのを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Mar 3, 2024
1 parent 4b60cda commit d5c26e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ jobs:

- name: Checkout dependencies
run: |
curl -s -o ffmpeg_lgpl_20220302.zip -L https://github.com/rigaya/ffmpeg5_dlls_for_hwenc/archive/refs/tags/20220302.zip
7z x -y ffmpeg_lgpl_20220302.zip
move ffmpeg5* ffmpeg_lgpl
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20231123/ffmpeg_dlls_for_hwenc_20231123.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
git clone https://github.com/AviSynth/AviSynthPlus.git ..\AviSynthPlus
git clone https://github.com/vapoursynth/vapoursynth.git ..\vapoursynth
git clone https://github.com/KhronosGroup/OpenCL-Headers.git ..\openclheaders
Expand Down

0 comments on commit d5c26e9

Please sign in to comment.