1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Support arm (ubuntu12 dev env)(debian armhf, v7cpu) with ssl/hls/librtmp.

This commit is contained in:
winlin 2014-03-16 20:58:04 +08:00
parent b6a4aac16f
commit 5a4373d483
4 changed files with 24 additions and 1 deletions

View file

@ -209,6 +209,7 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then
(
rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} &&
unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 &&
patch -p0 < ../../3rdparty/patches/1.st.arm.patch &&
make CC=${SrsArmCC} AR=${SrsArmAR} LD=${SrsArmLD} RANDLIB=${SrsArmRANDLIB} linux-debug &&
cd .. && rm -f st && ln -sf st-1.9/obj st &&
cd .. && touch ${SRS_OBJS}/_flag.st.arm.tmp