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
2013-11-30 12:52:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
041ce8f18f36fd501b8b53a652fcd6beb37c3f38
041ce8f1
1 parent
e4840d44
add ffmpeg build script
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
25 行增加
和
25 行删除
trunk/3rdparty/readme.txt
trunk/auto/depends.sh
trunk/3rdparty/readme.txt
查看文件 @
041ce8f
http-parser-2.1.zip
for srs to support http callback.
for srs to support http callback.
nginx-1.5.7.zip
for srs to support hls streaming.
for srs to support hls streaming.
st-1.9.zip
basic framework for srs.
basic framework for srs.
ffmpeg-2.1.1.tar.gz
yasm-1.2.0.tar.gz
...
...
@@ -13,29 +13,29 @@ lame-3.99.5.tar.gz
libaacplus-2.0.2.tar.gz
libaacplus-patch-26410-800.zip (26410-800.zip)
x264-snapshot-20131129-2245-stable.tar.bz2 (core.138)
for srs to support live stream transcoding.
remark: we use *.zip for all linux plantform.
for srs to support live stream transcoding.
remark: we use *.zip for all linux plantform.
tools/ccache-3.1.9.zip
to fast build.
to fast build.
links:
ffmpeg:
http://ffmpeg.org/
http://ffmpeg.org/releases/ffmpeg-2.1.1.tar.gz
x264:
http://www.videolan.org/
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20131129-2245-stable.tar.bz2
lame:
http://sourceforge.net/projects/lame/
http://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
aacplus:
http://217.20.164.161/~tipok/aacplus/
http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
aacplus-patch:
http://www.3gpp.org/DynaReport/26410.htm
http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/26410-800.zip
yasm:
http://yasm.tortall.net/
http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
ffmpeg:
http://ffmpeg.org/
http://ffmpeg.org/releases/ffmpeg-2.1.1.tar.gz
x264:
http://www.videolan.org/
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20131129-2245-stable.tar.bz2
lame:
http://sourceforge.net/projects/lame/
http://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
aacplus:
http://217.20.164.161/~tipok/aacplus/
http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
aacplus-patch:
http://www.3gpp.org/DynaReport/26410.htm
http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/26410-800.zip
yasm:
http://yasm.tortall.net/
http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
...
...
trunk/auto/depends.sh
查看文件 @
041ce8f
...
...
@@ -96,7 +96,7 @@ if [ $SRS_FFMPEG = YES ]; then
cd
${
SRS_OBJS
}
&&
pwd_dir
=
`
pwd
`
&&
rm -rf ffmepg.src
&&
mkdir -p ffmpeg.src
&&
cd
ffmpeg.src
&&
rm -f build_ffmpeg.sh
&&
ln -sf ../../auto/build_ffmpeg.sh
&&
. build_ffmpeg.sh
&&
cd
${
pwd_dir
}
&&
ln -sf ffm
ep
g.src/_release ffmpeg
cd
${
pwd_dir
}
&&
ln -sf ffm
pe
g.src/_release ffmpeg
)
fi
# check status
...
...
请
注册
或
登录
后发表评论