Skip to content

Commit

Permalink
ffmpeg: update to ff3.3--ijk0.8.0--20170710--001
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond1012 committed Jul 14, 2017
1 parent 39ce7c4 commit cd2f088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion init-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170626--001
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170710--001
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

set -e
Expand Down
2 changes: 1 addition & 1 deletion init-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# IJK_FFMPEG_UPSTREAM=git://git.videolan.org/ffmpeg.git
IJK_FFMPEG_UPSTREAM=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_FORK=https://github.com/Bilibili/FFmpeg.git
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170626--001
IJK_FFMPEG_COMMIT=ff3.3--ijk0.8.0--20170710--001
IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg

IJK_GASP_UPSTREAM=https://github.com/Bilibili/gas-preprocessor.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#import "ijkioapplication.h"
#include "string.h"

static const char *kIJKFFRequiredFFmpegVersion = "ff3.3--ijk0.8.0--20170626--001";
static const char *kIJKFFRequiredFFmpegVersion = "ff3.3--ijk0.8.0--20170710--001";

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

0 comments on commit cd2f088

Please sign in to comment.