Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-29 14:25:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3932cf133413d1a2daaaeacac4a3642f7537db25
3932cf13
1 parent
932850d8
update build, always patch st, for we need to build in raspberrypi directly
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
trunk/auto/depends.sh
trunk/src/core/srs_core.hpp
trunk/auto/depends.sh
查看文件 @
3932cf1
...
...
@@ -225,6 +225,9 @@ else
(
rm -rf
${
SRS_OBJS
}
/st-1.9
&&
cd
${
SRS_OBJS
}
&&
unzip -q ../3rdparty/st-1.9.zip
&&
cd
st-1.9
&&
echo
"we alaways patch the st, for we may build srs under arm directly"
&&
echo
"the 1.st.arm.patch is ok for x86 because it's only modify code under macro linux arm"
&&
patch -p0 < ../../3rdparty/patches/1.st.arm.patch
&&
make linux-debug
&&
cd
..
&&
rm -rf st
&&
ln -sf st-1.9/obj st
&&
cd
..
&&
rm -f
${
SRS_OBJS
}
/_flag.st.arm.tmp
...
...
trunk/src/core/srs_core.hpp
查看文件 @
3932cf1
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR "0"
#define VERSION_MINOR "9"
#define VERSION_REVISION "3
7
"
#define VERSION_REVISION "3
8
"
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
// server info.
#define RTMP_SIG_SRS_KEY "srs"
...
...
请
注册
或
登录
后发表评论