Skip to content

Commit

Permalink
update ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 8, 2023
1 parent 935d586 commit dde3bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffmpeg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Use legacy bundle on high-sierra
if [ "x${OSTYPE:6:1}" = "x1" ]; then
bottle="https://github.com/autobrew/bundler/releases/download/ffmpeg-5.1.2/ffmpeg-4.2.4-high_sierra.tar.xz"
bottle="https://github.com/autobrew/bundler/releases/download/ffmpeg-6.0/ffmpeg-4.2.4-high_sierra.tar.xz"
AVRESAMPLE="-lavresample"
else
bottle="https://github.com/autobrew/bundler/releases/download/ffmpeg-5.1.2/ffmpeg-5.1.2-universal.tar.xz"
bottle="https://github.com/autobrew/bundler/releases/download/ffmpeg-6.0/ffmpeg-6.0-universal.tar.xz"
MMACOS="-mmacosx-version-min=11.0"
fi

Expand Down

0 comments on commit dde3bac

Please sign in to comment.