1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

add refer for arm research code

This commit is contained in:
winlin 2014-03-16 18:06:30 +08:00
parent 7744053d28
commit 75340e3ac0
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/*
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
arm-linux-gnueabi-g++ -o jmp jmp.cpp -static
arm-linux-gnueabi-strip jmp
*/

View file

@ -1,4 +1,5 @@
/*
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
arm-linux-gnueabi-g++ -g -o jmp_sp jmp_sp.cpp -static
arm-linux-gnueabi-strip jmp_sp
*/

View file

@ -1,4 +1,5 @@
/*
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
arm-linux-gnueabi-g++ -o test test.cpp -static
arm-linux-gnueabi-strip test
*/