Skip to content

Commit

Permalink
添加对arm64的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 19, 2017
1 parent e87c5c1 commit dae7972
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions joevideolib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ android {

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

ndk {
abiFilters "armeabi", "armeabi-v7a", "arm64-v8a"
}

}
buildTypes {
release {
Expand Down
Binary file added joevideolib/libs/arm64-v8a/libavcodec.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libavdevice.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libavfilter.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libavformat.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libavutil.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libffmpeg.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libpostproc.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libswresample.so
Binary file not shown.
Binary file added joevideolib/libs/arm64-v8a/libswscale.so
Binary file not shown.

0 comments on commit dae7972

Please sign in to comment.