From 38f7299a51f1fbc88c2796e3e36831be4ad4d509 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 22 Apr 2020 09:28:13 +0800 Subject: [PATCH] Remove double check for FFMPEG --- trunk/auto/options.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 2a3b2480b..745b45e29 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -656,10 +656,6 @@ function check_option_conflicts() { echo "Don't support building NGINX, please use docker https://github.com/ossrs/srs-docker"; exit -1; fi - if [[ $SRS_FFMPEG_TOOL == YES ]]; then - echo "Don't support building FFMPEG, please use docker https://github.com/ossrs/srs-docker"; exit -1; - fi - # For OSX, recommend to use DTrace, https://blog.csdn.net/win_lin/article/details/53503869 if [[ $SRS_OSX == YES && $SRS_GPROF == YES ]]; then echo "Tool gprof for OSX is unavailable, please use dtrace, read https://blog.csdn.net/win_lin/article/details/53503869"