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/build/os-auto.mak.in

    r4812 r4875  
    2626IOS_CFLAGS = @ac_ios_cflags@ 
    2727 
     28# libyuv 
     29LIBYUV_CFLAGS = @ac_libyuv_cflags@ 
     30LIBYUV_LDFLAGS = @ac_libyuv_ldflags@ 
     31 
     32 
    2833# PJMEDIA features exclusion 
    2934export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 
    3035                 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 
    31                  $(IOS_CFLAGS) 
    32 export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 
     36                 $(IOS_CFLAGS) $(LIBYUV_CFLAGS) 
     37export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) \ 
     38                  $(LIBYUV_LDFLAGS) 
    3339 
    3440# Define the desired sound device backend 
Note: See TracChangeset for help on using the changeset viewer.