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-05-06 14:10:39 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
c4167c66bc6f23a20a5a61fad5349f8d4b8f2da6
c4167c66
2 parents
999e2876
7ba7fd48
Merge pull request #56 from T-bagwell/master
fix problem: cannot build x264 normal minimal Linux
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
trunk/auto/build_ffmpeg.sh
trunk/auto/build_ffmpeg.sh
查看文件 @
c4167c6
...
...
@@ -77,7 +77,9 @@ else
cd
$ff_current_dir
&&
rm -rf x264-snapshot-20131129-2245-stable
&&
unzip -q
${
ff_src_dir
}
/x264-snapshot-20131129-2245-stable.zip
&&
cd
x264-snapshot-20131129-2245-stable
&&
./configure --prefix
=
${
ff_release_dir
}
--disable-opencl --bit-depth
=
8 --enable-static
&&
./configure --prefix
=
${
ff_release_dir
}
--disable-opencl --bit-depth
=
8
\
--enable-static --disable-avs --disable-swscale --disable-lavf
\
--disable-ffms --disable-gpac
&&
make
${
SRS_JOBS
}
&&
make install
ret
=
$?
;
if
[[
0 -ne
${
ret
}
]]
;
then
echo
"build x264 failed"
;
exit
1;
fi
fi
...
...
请
注册
或
登录
后发表评论