提交 8ed8066a 编写于 作者: X Xinzheng Zhang

k0.7.0

上级 c0e2ad70
...@@ -21,17 +21,17 @@ allprojects { ...@@ -21,17 +21,17 @@ allprojects {
dependencies { dependencies {
# required, enough for most devices. # required, enough for most devices.
compile 'tv.danmaku.ijk.media:ijkplayer-java:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.0'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.0'
# Other ABIs: optional # Other ABIs: optional
compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.0'
compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.0'
compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.0'
compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.0'
# ExoPlayer as IMediaPlayer: optional, experimental # ExoPlayer as IMediaPlayer: optional, experimental
compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.6.3' compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.0'
} }
``` ```
- iOS - iOS
...@@ -137,7 +137,7 @@ sudo dpkg-reconfigure dash ...@@ -137,7 +137,7 @@ sudo dpkg-reconfigure dash
``` ```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android cd ijkplayer-android
git checkout -B latest k0.6.3 git checkout -B latest k0.7.0
./init-android.sh ./init-android.sh
...@@ -191,7 +191,7 @@ cd .. ...@@ -191,7 +191,7 @@ cd ..
``` ```
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
cd ijkplayer-ios cd ijkplayer-ios
git checkout -B latest k0.6.3 git checkout -B latest k0.7.0
./init-ios.sh ./init-ios.sh
......
...@@ -26,8 +26,8 @@ ext { ...@@ -26,8 +26,8 @@ ext {
targetSdkVersion = 23 targetSdkVersion = 23
versionCode = 603000 versionCode = 700000
versionName = "0.6.3" versionName = "0.7.0"
} }
wrapper { wrapper {
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
VERSION_NAME=0.6.3 VERSION_NAME=0.7.0
VERSION_CODE=603000 VERSION_CODE=700000
GROUP=tv.danmaku.ijk.media GROUP=tv.danmaku.ijk.media
# http://central.sonatype.org/pages/requirements.html # http://central.sonatype.org/pages/requirements.html
......
...@@ -54,18 +54,18 @@ dependencies { ...@@ -54,18 +54,18 @@ dependencies {
all64Compile project(':ijkplayer-x86') all64Compile project(':ijkplayer-x86')
all64Compile project(':ijkplayer-x86_64') all64Compile project(':ijkplayer-x86_64')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.6.3' // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.6.3' // compile 'tv.danmaku.ijk.media:ijkplayer-exo:0.7.0'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.6.3' // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.0'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.6.3' // all32Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.0'
// all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.6.3' // all32Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.0'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.6.3' // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv5:0.7.0'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.6.3' // all64Compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.7.0'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.6.3' // all64Compile 'tv.danmaku.ijk.media:ijkplayer-arm64:0.7.0'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.6.3' // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.7.0'
// all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.6.3' // all64Compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.7.0'
// armv5Compile project(':player-armv5') // armv5Compile project(':player-armv5')
// armv7aCompile project(':player-armv7a') // armv7aCompile project(':player-armv7a')
......
...@@ -28,7 +28,7 @@ dependencies { ...@@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.11' compile 'com.google.android.exoplayer:exoplayer:r1.5.11'
compile project(':ijkplayer-java') compile project(':ijkplayer-java')
// compile 'tv.danmaku.ijk.media:ijkplayer-java:0.6.3' // compile 'tv.danmaku.ijk.media:ijkplayer-java:0.7.0'
} }
gradle.startParameter.taskNames.each { task -> gradle.startParameter.taskNames.each { task ->
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git # IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_COMMIT=ff3.1--ijk0.6.2--20160926--001 IJK_FFMPEG_COMMIT=ff3.2--ijk0.7.0--20161102--001
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
set -e set -e
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git # IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_COMMIT=ff3.1--ijk0.6.2--20160926--001 IJK_FFMPEG_COMMIT=ff3.2--ijk0.7.0--20161102--001
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "string.h" #include "string.h"
static const char *kIJKFFRequiredFFmpegVersion = "ff3.1--ijk0.6.2--20160926--001"; static const char *kIJKFFRequiredFFmpegVersion = "ff3.2--ijk0.7.0--20161102--001"
// It means you didn't call shutdown if you found this object leaked. // It means you didn't call shutdown if you found this object leaked.
@interface IJKWeakHolder : NSObject @interface IJKWeakHolder : NSObject
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
set -e set -e
VERSION_CODE=603000 VERSION_CODE=700000
VERSION_NAME=0.6.3 VERSION_NAME=0.7.0
VERSION_TARGET=$1 VERSION_TARGET=$1
do_version_readme() { do_version_readme() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册