Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153992 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 153992