From 7de8bd7595a9fc34be9ec270bc2687beebddf7bf Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 5 Apr 2014 14:38:19 +0800 Subject: [PATCH] allow pi to use ffmpeg --- trunk/auto/options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index f69b98869..7b237de1a 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -190,7 +190,7 @@ if [ $SRS_PI = YES ]; then SRS_HLS=YES SRS_NGINX=NO SRS_SSL=YES - SRS_FFMPEG=NO + if [ $SRS_FFMPEG = RESERVED ]; then SRS_FFMPEG=NO; fi SRS_HTTP_CALLBACK=NO SRS_HTTP_SERVER=YES SRS_HTTP_API=YES