Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
15762fb9e0 | |||
9479ebe39f |
@ -97,6 +97,7 @@
|
||||
<resource-file src="src/android/libs/arm64-v8a/libswscale.so" target="jniLibs/arm64-v8a/libswscale.so" />
|
||||
|
||||
<framework custom="true" src="src/android/mobile-ffmpeg-x2.gradle" type="gradleReference" />
|
||||
<lib-file src="src/android/mobile-ffmpeg-arm-4.4.aar"/>
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<config-file parent="/*" target="config.xml">
|
||||
|
BIN
src/android/mobile-ffmpeg-arm-4.4.aar
Normal file
BIN
src/android/mobile-ffmpeg-arm-4.4.aar
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
repositories{
|
||||
jcenter()
|
||||
flatDir{
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.arthenica:mobile-ffmpeg-full:4.4'
|
||||
implementation(name:'mobile-ffmpeg-arm-4.4', ext:'aar')
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user