You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
548 B
17 lines
548 B
# Add project specific ProGuard rules here.
|
|
# You can control the set of applied configuration files using the
|
|
# proguardFiles setting in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
-keep class com.arthenica.ffmpegkit.FFmpegKitConfig {
|
|
native <methods>;
|
|
void log(long, int, byte[]);
|
|
void statistics(long, int, float, float, long , int, double, double);
|
|
void closeParcelFileDescriptor(int);
|
|
}
|
|
|
|
-keep class com.arthenica.ffmpegkit.AbiDetect {
|
|
native <methods>;
|
|
}
|
|
|