mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
introduced NativeFormat library (dummy at this moment)
This commit is contained in:
parent
bc66b99cdb
commit
4e58f8e1fe
3 changed files with 31 additions and 0 deletions
|
@ -30,6 +30,10 @@ import org.geometerplus.fbreader.formats.pdb.MobipocketPlugin;
|
|||
import org.geometerplus.fbreader.filetype.*;
|
||||
|
||||
public class PluginCollection {
|
||||
static {
|
||||
System.loadLibrary("NativeFormats-v1");
|
||||
}
|
||||
|
||||
private static PluginCollection ourInstance;
|
||||
|
||||
private final Map<FormatPlugin.Type,List<FormatPlugin>> myPlugins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue