mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Remove double check for FFMPEG
This commit is contained in:
parent
854247e979
commit
38f7299a51
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue