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 <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2022-03-20 13:53:32 +00:00
parent 1e0eea3c08
commit 1a6f40a79c
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 0 additions and 2 deletions

View File

@ -1186,8 +1186,6 @@ brew_installdeps() {
brew -v cleanup brew -v cleanup
cmake_flags='-DENABLE_FFMPEG=FALSE'
build_instructions build_instructions
} }