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" />
|
<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" />
|
<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>
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<config-file parent="/*" target="config.xml">
|
<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 @@
|
|||||||
dependencies {
|
repositories{
|
||||||
implementation 'com.arthenica:mobile-ffmpeg-full:4.4'
|
jcenter()
|
||||||
|
flatDir{
|
||||||
|
dirs 'libs'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation(name:'mobile-ffmpeg-arm-4.4', ext:'aar')
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user