提交 fd76de64 编写于 作者: X Xinzheng Zhang

init-ios.sh: sync ffversion in ffcontroller

上级 a4a006d5
......@@ -72,6 +72,10 @@ function pull_fork_all() {
done
}
function sync_ff_version() {
sed -i '' "s/static const char \*kIJKFFRequiredFFmpegVersion\ \=\ .*/static const char *kIJKFFRequiredFFmpegVersion = \"${IJK_FFMPEG_COMMIT}\";/g" ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m
}
#----------
case "$FF_TARGET" in
ffmpeg-version)
......@@ -86,3 +90,6 @@ case "$FF_TARGET" in
pull_fork_all
;;
esac
sync_ff_version
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册