From 3e5821efffe91c8015a4f3d47cac4180abe3ac18 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 11 Mar 2015 15:04:34 +0800 Subject: [PATCH] enable http api for x86_x64 --- 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 c37232b39..d4e8b723d 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -557,7 +557,7 @@ function apply_user_presets() { SRS_HTTP_CALLBACK=YES SRS_HTTP_SERVER=YES SRS_STREAM_CASTER=YES - SRS_HTTP_API=NO + SRS_HTTP_API=YES SRS_LIBRTMP=YES SRS_RESEARCH=NO SRS_UTEST=YES