|
|
@ -36,7 +36,7 @@ public class NativeLoader { |
|
|
|
|
|
|
|
|
|
|
|
static final String[] FFMPEG_LIBRARIES = {"avutil", "swscale", "swresample", "avcodec", "avformat", "avfilter", "avdevice"}; |
|
|
|
static final String[] FFMPEG_LIBRARIES = {"avutil", "swscale", "swresample", "avcodec", "avformat", "avfilter", "avdevice"}; |
|
|
|
|
|
|
|
|
|
|
|
static final String[] LIBRARIES_LINKED_WITH_CXX = {"chromaprint", "openh264", "rubberband", "snappy", "srt", "tesseract", "x265", "zimg"}; |
|
|
|
static final String[] LIBRARIES_LINKED_WITH_CXX = {"chromaprint", "openh264", "rubberband", "snappy", "srt", "tesseract", "x265", "zimg", "libilbc"}; |
|
|
|
|
|
|
|
|
|
|
|
static boolean isTestModeDisabled() { |
|
|
|
static boolean isTestModeDisabled() { |
|
|
|
return (System.getProperty("enable.ffmpeg.kit.test.mode") == null); |
|
|
|
return (System.getProperty("enable.ffmpeg.kit.test.mode") == null); |
|
|
|