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

Commit

Permalink
Upgrade script for FFmpeg 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Feb 28, 2023
1 parent d9c6da0 commit 7a64cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ffmpeg_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build_install() {
copy_release_binaries() {
local ABI="$1"
mkdir -p "ffmpeg/$ABI/bin"
for name in avutil-57 avcodec-59 avformat-59 swresample-4
for name in avutil-58 avcodec-60 avformat-60 swresample-4
do
cp "../build-$ABI/install/bin/$name.dll" "ffmpeg/$ABI/bin/"
done
Expand Down

0 comments on commit 7a64cb2

Please sign in to comment.