Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
bump ffmpeg to n5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perroboc committed Oct 9, 2023
1 parent 2ce7a5a commit 0fa9620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-visual_studio-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Setup ffmpeg
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip"
Expand-Archive -LiteralPath "ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -DestinationPath "."
Rename-Item "ffmpeg-n5.0-latest-win64-gpl-shared-5.0" "ffmpeg"
Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip"
Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "."
Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg"
Write-Output "${{ github.workspace }}\ffmpeg\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup protoc
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-visual_studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Setup ffmpeg
run: |
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip"
Expand-Archive -LiteralPath "ffmpeg-n5.0-latest-win64-gpl-shared-5.0.zip" -DestinationPath "."
Rename-Item "ffmpeg-n5.0-latest-win64-gpl-shared-5.0" "ffmpeg"
Invoke-WebRequest -UseBasicParsing -Uri "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -OutFile ".\ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip"
Expand-Archive -LiteralPath "ffmpeg-n5.1-latest-win64-gpl-shared-5.0.zip" -DestinationPath "."
Rename-Item "ffmpeg-n5.1-latest-win64-gpl-shared-5.0" "ffmpeg"
Write-Output "${{ github.workspace }}\ffmpeg" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
- name: Setup Protoc
Expand Down

0 comments on commit 0fa9620

Please sign in to comment.