Skip to content

Commit c56915b

Browse files
author
raymondzheng
committed
ffmpeg: update to ff3.4--ijk0.8.7--20180103--001
1 parent 0add6db commit c56915b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

init-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
2020
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2121
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff3.4--ijk0.8.7--20180102--001
22+
IJK_FFMPEG_COMMIT=ff3.4--ijk0.8.7--20180103--001
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

2525
set -e

init-ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
2020
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
2121
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
22-
IJK_FFMPEG_COMMIT=ff3.4--ijk0.8.7--20180102--001
22+
IJK_FFMPEG_COMMIT=ff3.4--ijk0.8.7--20180103--001
2323
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
2424

2525
IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git

ios/IJKMediaPlayer/IJKMediaPlayer/IJKFFMoviePlayerController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#import "ijkioapplication.h"
3535
#include "string.h"
3636

37-
static const char *kIJKFFRequiredFFmpegVersion = "ff3.4--ijk0.8.7--20180102--001";
37+
static const char *kIJKFFRequiredFFmpegVersion = "ff3.4--ijk0.8.7--20180103--001";
3838

3939
// It means you didn't call shutdown if you found this object leaked.
4040
@interface IJKWeakHolder : NSObject

0 commit comments

Comments
 (0)