Ignore:
Timestamp:
Jul 14, 2014 2:37:06 AM (10 years ago)
Author:
riza
Message:

Re #1776: Initial implementation of Libyuv wrapper. Supports:

  • library detection via autoconf
  • scaling and conversion function (from/to I420 or BGRA)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r4701 r4875  
    12821282#endif 
    12831283 
     1284/** 
     1285 * Specify if libyuv is available. 
     1286 * 
     1287 * Default: 0 (disable) 
     1288 */ 
     1289#ifndef PJMEDIA_HAS_LIBYUV 
     1290#   define PJMEDIA_HAS_LIBYUV                           0 
     1291#endif 
    12841292 
    12851293/** 
Note: See TracChangeset for help on using the changeset viewer.