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

remove the patch for st for arm

This commit is contained in:
winlin 2014-03-12 16:01:50 +08:00
parent 24be5fb386
commit 98c9002b41
2 changed files with 0 additions and 22 deletions

View file

@ -185,7 +185,6 @@ else
(
rm -rf ${SRS_OBJS}/st-1.9 && cd ${SRS_OBJS} &&
unzip -q ../3rdparty/st-1.9.zip && cd st-1.9 &&
patch -p1 < ../../3rdparty/1.st.arm.Makefile.patch &&
make linux-debug &&
cd .. && rm -f st && ln -sf st-1.9/obj st
)