mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
Changes fixes of macOS FFmpeg build script
This commit is contained in:
@@ -64,7 +64,7 @@ case "$(uname -s)" in
|
|||||||
Darwin*)
|
Darwin*)
|
||||||
OS="macOS"
|
OS="macOS"
|
||||||
echo "Building FFmpeg VVCEasy macOS version..."
|
echo "Building FFmpeg VVCEasy macOS version..."
|
||||||
echo "Checking for downloading brew requirement packages..."
|
echo "Checking for Brew packages requirements..."
|
||||||
|
|
||||||
if ! command -v brew &> /dev/null; then
|
if ! command -v brew &> /dev/null; then
|
||||||
echo "Homebrew is not installed. Please install Homebrew and try again."
|
echo "Homebrew is not installed. Please install Homebrew and try again."
|
||||||
@@ -72,6 +72,7 @@ case "$(uname -s)" in
|
|||||||
else
|
else
|
||||||
brew install ffmpeg cmake nasm opus meson autoconf automake wget ninja
|
brew install ffmpeg cmake nasm opus meson autoconf automake wget ninja
|
||||||
fi
|
fi
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Only for Windows, macOS & Linux are only supported"
|
echo "Only for Windows, macOS & Linux are only supported"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user