Skip to content

Commit

Permalink
fix: remove old ffmpeg sources and installation when running setup wi…
Browse files Browse the repository at this point in the history
…th --shared flag
  • Loading branch information
Bart-Steensma committed Jan 30, 2024
1 parent 3a61de8 commit 964c8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ if [[ "$static" = true ]]; then
elif [[ "$shared" = true ]]; then
echo "Installing shared libraries for ffmpeg and qt"
echo "ffmpeg shared libraries are included in the Qt shared release"
rm -rf "$root/3rdparty/ffmpeg" || true
rm -rf "$root/ffmpeg_sources" || true
"$root/scripts/build-qt" --shared -s "$root/Qt" -i "$root/3rdparty/Qt"

else
Expand Down

0 comments on commit 964c8e2

Please sign in to comment.