Skip to content

Commit bb33099

Browse files
author
xiaolong.bian
committed
修改ffmpeg库
1 parent b4282e9 commit bb33099

File tree

16 files changed

+634
-6
lines changed

16 files changed

+634
-6
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
versionCode 1
1111
versionName "1.0"
1212
ndk {
13-
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a'
13+
abiFilters 'armeabi-v7a'//, 'arm64-v8a','armeabi'
1414
}
1515

1616
}
@@ -27,7 +27,7 @@ dependencies {
2727
compile 'com.android.support:recyclerview-v7:25.3.1'
2828
compile 'com.android.support:appcompat-v7:25.3.1'
2929
implementation project(':xl-player-armv7a')
30-
implementation project(':xl-player-arm64v8a')
31-
implementation project(':xl-player-armeabi')
30+
// implementation project(':xl-player-arm64v8a')
31+
// implementation project(':xl-player-armeabi')
3232
implementation project(':xl-player-java')
3333
}

0 commit comments

Comments
 (0)