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:
parent
1e0eea3c08
commit
1a6f40a79c
|
@ -1186,8 +1186,6 @@ brew_installdeps() {
|
|||
|
||||
brew -v cleanup
|
||||
|
||||
cmake_flags='-DENABLE_FFMPEG=FALSE'
|
||||
|
||||
build_instructions
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue