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
wenjiegit
2013-12-13 02:07:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25caf5db361b14fb40618fc04e6f76a47654e9a9
25caf5db
1 parent
6e9f3756
for merge
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
trunk/auto/build_ffmpeg.sh
trunk/src/core/srs_core_source.hpp
trunk/auto/build_ffmpeg.sh
查看文件 @
25caf5d
...
...
@@ -80,7 +80,7 @@ else
--yasmexe
=
${
ff_yasm_bin
}
\
--prefix
=
${
ff_release_dir
}
--cc
=
\
--enable-static --disable-shared --disable-debug
\
--extra-cflags
=
'-I${ffmpeg_exported_release_dir}/include
-I /usr/include/freetype2/
'
\
--extra-cflags
=
'-I${ffmpeg_exported_release_dir}/include'
\
--extra-ldflags
=
'-L${ffmpeg_exported_release_dir}/lib -lm -ldl'
\
--disable-ffplay --disable-ffprobe --disable-ffserver --disable-doc
\
--enable-postproc --enable-bzlib --enable-zlib --enable-parsers
\
...
...
trunk/src/core/srs_core_source.hpp
查看文件 @
25caf5d
...
...
@@ -169,7 +169,7 @@ public:
* @return the matched source, never be NULL.
* @remark stream_url should without port and schema.
*/
static
SrsSource
*
find
(
std
::
string
stream_url
);
static
SrsSource
*
find
(
const
std
::
string
&
stream_url
);
private
:
std
::
string
stream_url
;
// to delivery stream to clients.
...
...
请
注册
或
登录
后发表评论