winlin

update configure script

@@ -143,12 +143,12 @@ Presets: @@ -143,12 +143,12 @@ Presets:
143 --pi for raspberry-pi(directly build), open features hls/ssl/static. 143 --pi for raspberry-pi(directly build), open features hls/ssl/static.
144 --arm alias for --with-arm-ubuntu12 144 --arm alias for --with-arm-ubuntu12
145 --mips alias for --with-mips-ubuntu12 145 --mips alias for --with-mips-ubuntu12
146 - --dev for dev, open all features, no gperf/gprof/arm.  
147 --fast the most fast compile, nothing, only support vp6 RTMP. 146 --fast the most fast compile, nothing, only support vp6 RTMP.
148 --pure-rtmp only support RTMP with ssl. 147 --pure-rtmp only support RTMP with ssl.
149 --rtmp-hls only support RTMP+HLS with ssl. 148 --rtmp-hls only support RTMP+HLS with ssl.
150 --disable-all disable all features, only support vp6 RTMP. 149 --disable-all disable all features, only support vp6 RTMP.
151 - --full enable all features. 150 + --dev for dev, open all features, no nginx/gperf/gprof/arm.
  151 + --full enable all features, no gperf/gprof/arm.
152 152
153 Conflicts: 153 Conflicts:
154 1. --with-gmc vs --with-gmp: 154 1. --with-gmc vs --with-gmp:
@@ -182,4 +182,10 @@ ok_msg "test \" ${item} \"" @@ -182,4 +182,10 @@ ok_msg "test \" ${item} \""
182 ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi 182 ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
183 ok_msg "test \" ${item} \" success" 183 ok_msg "test \" ${item} \" success"
184 184
  185 +item="./configure --full"
  186 +ok_msg "test \" ${item} \""
  187 +(./configure --dev && make) >>$log 2>&1
  188 +ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
  189 +ok_msg "test \" ${item} \" success"
  190 +
185 echo "success" 191 echo "success"