remove armeabi-v7a of x264

pull/221/head
xufuji456 2 years ago
parent 50fe5d6e2e
commit 91f614f07a
  1. 3
      Live/build.gradle
  2. BIN
      picture/ffmpeg_group.png

@ -4,7 +4,6 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
// applicationId "com.frank.live"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
@ -15,7 +14,7 @@ android {
}
}
ndk{
abiFilters "armeabi-v7a", "arm64-v8a"
abiFilters /*"armeabi-v7a",*/ "arm64-v8a"
}
}
buildTypes {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Loading…
Cancel
Save