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-12 16:01:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
98c9002b41823b211b60504314e6071e5d67d146
98c9002b
1 parent
24be5fb3
remove the patch for st for arm
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
0 行增加
和
22 行删除
trunk/3rdparty/1.st.arm.Makefile.patch
trunk/auto/depends.sh
trunk/3rdparty/1.st.arm.Makefile.patch
已删除
100644 → 0
查看文件 @
24be5fb
Common subdirectories: st-1.9/docs and st-1.9.patch/docs
Common subdirectories: st-1.9/examples and st-1.9.patch/examples
Common subdirectories: st-1.9/extensions and st-1.9.patch/extensions
diff -u st-1.9/Makefile st-1.9.patch/Makefile
--- st-1.9/Makefile 2009-10-02 06:55:03.000000000 +0800
+++ st-1.9.patch/Makefile 2014-02-28 23:38:39.298697732 +0800
@@ -57,10 +57,10 @@
# possible compilation options.
##########################
-CC = cc
-AR = ar
-LD = ld
-RANLIB = ranlib
+CC ?= cc
+AR ?= ar
+LD ?= ld
+RANLIB ?= ranlib
LN = ln
SHELL = /bin/sh
trunk/auto/depends.sh
查看文件 @
98c9002
...
...
@@ -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
)
...
...
请
注册
或
登录
后发表评论