From dde3bacf8c852bb9d722d8dd147e516a9ca37c6e Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Tue, 8 Aug 2023 12:29:39 +0200 Subject: [PATCH] update ffmpeg --- ffmpeg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg b/ffmpeg index 2dcefc3983..b495fe7825 100644 --- a/ffmpeg +++ b/ffmpeg @@ -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