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

Commit

Permalink
Include full install folder
Browse files Browse the repository at this point in the history
In particular, include pkg-config files.
  • Loading branch information
rom1v committed Nov 24, 2023
1 parent 95b88b9 commit 90503b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build_ffmpeg_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,8 @@ build_install() {

copy_release_binaries() {
local ABI="$1"
mkdir -p "ffmpeg/$ABI/bin"
for name in avutil-58 avcodec-60 avformat-60 swresample-4
do
cp "../build-$ABI/install/bin/$name.dll" "ffmpeg/$ABI/bin/"
done
cp -r "../build-$ABI/install/include" "ffmpeg/$ABI/"
mkdir -p "ffmpeg/$ABI"
cp -r "../build-$ABI/install/." "ffmpeg/$ABI/"
}

mkdir -p ffmpeg
Expand Down

0 comments on commit 90503b5

Please sign in to comment.