提交 d1128a84 编写于 作者: Z Zhang Rui

n0.0.3

上级 a6913aea
......@@ -13,7 +13,7 @@ Android MediaPlayer-like video player based on [ffplay](http://ffmpeg.org)
### Build
git clone https://github.com/bbcallen/ijkplayer.git ijkplayer
cd ijkplayer
git checkout -B stable n0.0.2
git checkout -B stable n0.0.3
git submodule init
git submodule update
sh compile-ffmpeg.sh
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tv.danmaku.ijk.media.demo"
android:versionCode="2"
android:versionName="0.0.2-git" >
android:versionCode="3"
android:versionName="0.0.3" >
<uses-sdk
android:minSdkVersion="9"
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tv.danmaku.ijk.media.lib"
android:versionCode="2"
android:versionName="0.0.2-git" >
android:versionCode="3"
android:versionName="0.0.3" >
<uses-sdk
android:minSdkVersion="9"
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tv.danmaku.ijk.media.widget"
android:versionCode="2"
android:versionName="0.0.2-git" >
android:versionCode="3"
android:versionName="0.0.3" >
<uses-sdk
android:minSdkVersion="9"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册