View | Details | Raw Unified
Collapse All | Expand All

(-) com/panayotis/jubler/preview/decoders/FFMPEG.java (-1 / +7 lines)
 Lines 58-64    Link Here 
//        SystemDependent.loadLibrary("avutil");
//        SystemDependent.loadLibrary("avutil");
//        library_is_present = SystemDependent.loadLibrary("ffdecoded");
//        library_is_present = SystemDependent.loadLibrary("ffdecoded");
//        if (!library_is_present) 
//        if (!library_is_present) 
          library_is_present = SystemDependent.loadLibrary("ffdecode");
          //library_is_present = SystemDependent.loadLibrary("ffdecode");
          try {
          	System.loadLibrary("ffdecode");
          	library_is_present=true;
          } catch (UnsatisfiedLinkError e) {
          	e.printStackTrace();
          }
    }
    }
    
    
    /** Creates a new instance of FFMPEG */
    /** Creates a new instance of FFMPEG */