Ignore:
Timestamp:
Mar 26, 2015 5:08:40 AM (9 years ago)
Author:
nanang
Message:

Re #1822: Updated build script to auto define PJMEDIA_VIDEO_DEV_HAS_ANDROID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/os-auto.mak.in

    r4993 r5027  
    55#   - mac_os 
    66#   - iphone_os 
     7#   - android_os 
    78AC_PJMEDIA_VIDEO = @ac_pjmedia_video@ 
    89 
     
    233234 
    234235# 
     236# Android video device 
     237# 
     238ifeq ($(AC_PJMEDIA_VIDEO),andriod_os) 
     239export PJMEDIA_VIDEODEV_OBJS += android_dev.o android_opengl.o 
     240endif 
     241 
     242# 
    235243# Determine whether we should compile the obj-c version of a particular source code 
    236244# 
Note: See TracChangeset for help on using the changeset viewer.