winlin

update build, always patch st, for we need to build in raspberrypi directly

@@ -225,6 +225,9 @@ else @@ -225,6 +225,9 @@ else
225 ( 225 (
226 rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} && 226 rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} &&
227 unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 && 227 unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 &&
  228 + echo "we alaways patch the st, for we may build srs under arm directly" &&
  229 + echo "the 1.st.arm.patch is ok for x86 because it's only modify code under macro linux arm" &&
  230 + patch -p0 < ../../3rdparty/patches/1.st.arm.patch &&
228 make linux-debug && 231 make linux-debug &&
229 cd .. && rm -rf st && ln -sf st-1.9/obj st && 232 cd .. && rm -rf st && ln -sf st-1.9/obj st &&
230 cd .. && rm -f ${SRS_OBJS}/_flag.st.arm.tmp 233 cd .. && rm -f ${SRS_OBJS}/_flag.st.arm.tmp
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 // current release version 31 // current release version
32 #define VERSION_MAJOR "0" 32 #define VERSION_MAJOR "0"
33 #define VERSION_MINOR "9" 33 #define VERSION_MINOR "9"
34 -#define VERSION_REVISION "37" 34 +#define VERSION_REVISION "38"
35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION 35 #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
36 // server info. 36 // server info.
37 #define RTMP_SIG_SRS_KEY "srs" 37 #define RTMP_SIG_SRS_KEY "srs"