Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update ffmpeg executable files to version n3.0
  • Loading branch information
thuydx55 committed Feb 24, 2016
commit d5c86a9d78b50723a01714bc522fb8896c8f012e
Binary file modified FFmpegAndroid/assets/armeabi-v7a-neon/ffmpeg
Binary file not shown.
Binary file modified FFmpegAndroid/assets/armeabi-v7a/ffmpeg
Binary file not shown.
Binary file modified FFmpegAndroid/assets/x86/ffmpeg
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {

ext {
compileSdkVersion = 22
buildToolsVersion = '21.1.2'
buildToolsVersion = '23.0.2'
targetSdkVersion = 22
minSdkVersion = 16
versionCode = 25
Expand Down