From 1a6f40a79c8f331656815a8cd429ae291929ecf9 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 20 Mar 2022 13:53:32 +0000 Subject: [PATCH] installdeps: re-enable ffmpeg for mac brew Thanks to @ZachBacon in 1e0eea3c (recording: fix ffmpeg5 compat, 2022-03-18) the build works with ffmpeg5 from brew. Update build instructions from installdeps to not disable ffmpeg anymore. Signed-off-by: Rafael Kitover --- installdeps | 2 -- 1 file changed, 2 deletions(-) diff --git a/installdeps b/installdeps index 0db6a645..e19ffa3f 100755 --- a/installdeps +++ b/installdeps @@ -1186,8 +1186,6 @@ brew_installdeps() { brew -v cleanup - cmake_flags='-DENABLE_FFMPEG=FALSE' - build_instructions }