From b8b0f24e887fd662abe69b8fb3889c05fad2758f Mon Sep 17 00:00:00 2001 From: Fred Dixon <ffdixon@gmail.com> Date: Thu, 3 Jan 2019 15:07:46 -0400 Subject: [PATCH] Update check for ffmpeg 4.1 --- bigbluebutton-config/bin/bbb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index c582316a10..cc3fb40568 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -1224,7 +1224,7 @@ check_state() { # FFMPEG_VERSION=$(ffmpeg -version 2>/dev/null | grep ffmpeg | cut -d ' ' -f3 | sed 's/--.*//g' | tr -d '\n') case "$FFMPEG_VERSION" in - 4.0.*) + 4.*.*) # This is the current supported version; OK. ;; '') -- GitLab