mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
6 lines
181 B
Text
6 lines
181 B
Text
# Proguard rules specific to the FFmpeg extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|