File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tag next
22--------------------------------
3- android: support FileDescriptor as data source
3+
4+ tag k0.4.0
5+ --------------------------------
6+ ffmpeg: switch to ffmpeg n2.8
47
58tag k0.3.3
69--------------------------------
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ ijkplayer
55
66### My Build Enviroment
77- Common
8- - Mac OS X 10.10.4
8+ - Mac OS X 10.10.5
99- Android
1010 - [ NDK r10e] ( http://developer.android.com/tools/sdk/ndk/index.html )
11- - Android Studio 1.3.1
12- - Android SDK Build Tools 23.0.0
11+ - Android Studio 1.3.2
1312- iOS
1413 - Xcode 6.4 (6E35b)
1514- [ HomeBrew] ( http://brew.sh )
@@ -95,7 +94,7 @@ sudo dpkg-reconfigure dash
9594```
9695git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
9796cd ijkplayer-android
98- git checkout -B latest k0.3.3
97+ git checkout -B latest k0.4.0
9998
10099./init-android.sh
101100
@@ -112,8 +111,8 @@ cd ..
112111#
113112# define ext block in your root build.gradle
114113# ext {
115- # compileSdkVersion = 22 // depending on your sdk version
116- # buildToolsVersion = "22 .0.1 " // depending on your build tools version
114+ # compileSdkVersion = 23 // depending on your sdk version
115+ # buildToolsVersion = "23 .0.0 " // depending on your build tools version
117116# }
118117#
119118# Eclipse: (obselete)
@@ -133,7 +132,7 @@ cd ..
133132```
134133git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
135134cd ijkplayer-ios
136- git checkout -B latest k0.3.2
135+ git checkout -B latest k0.4.0
137136
138137./init-ios.sh
139138
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =0.3.3
21- VERSION_CODE =303000
20+ VERSION_NAME =0.4.0
21+ VERSION_CODE =400000
2222GROUP =tv.danmaku.ijk.media
2323
2424POM_DESCRIPTION =Video player based on FFmpeg n2.7
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 applicationId " tv.danmaku.ijk.media.sample"
1212 minSdkVersion 9
1313 targetSdkVersion 22
14- versionCode 303000
15- versionName " 0.3.3 "
14+ versionCode 400000
15+ versionName " 0.4.0 "
1616 }
1717 buildTypes {
1818 release {
You can’t perform that action at this time.
0 commit comments