|
|
|
@ -23,3 +23,21 @@ |
|
|
|
|
# If you keep the line number information, uncomment this to |
|
|
|
|
# hide the original source file name. |
|
|
|
|
#-renamesourcefileattribute SourceFile |
|
|
|
|
-keepclasseswithmembernames class * { |
|
|
|
|
native <methods>; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
-keep public class com.frank.ffmpeg.AudioPlayer { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
-keep public class com.frank.ffmpeg.FFmpegCmd { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
-keep public class com.frank.ffmpeg.MediaPlayer { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
-keep public class com.frank.ffmpeg.Pusher { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
-keep public class com.frank.ffmpeg.VideoPlayer { |
|
|
|
|
} |