Skip to content

Commit

Permalink
Merge branch 'feature/rtc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 22, 2020
2 parents ee1002f + 38f7299 commit 3208264
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trunk/auto/options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3208264

Please sign in to comment.