Ignore:
Timestamp:
Jun 28, 2016 2:32:08 PM (7 years ago)
Author:
nanang
Message:

Re #1937: Added libyuv build configs for GNU build systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/java/android/src/org/pjsip/pjsua2/app/MyApp.java

    r5102 r5361  
    284284        try{ 
    285285            System.loadLibrary("openh264"); 
    286             System.loadLibrary("yuv"); 
     286            // Ticket #1937: libyuv is now included as static lib 
     287            //System.loadLibrary("yuv"); 
    287288        } catch (UnsatisfiedLinkError e) { 
    288289            System.out.println("UnsatisfiedLinkError: " + e.getMessage()); 
Note: See TracChangeset for help on using the changeset viewer.