Ignore:
Timestamp:
May 30, 2011 8:35:42 AM (13 years ago)
Author:
ming
Message:

Fixed #1285: Add support for SDL 1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/build/os-auto.mak.in

    r3484 r3577  
    164164# Determine whether we should compile the obj-c version of a particular source code 
    165165# 
    166 ifeq ($(AC_PJMEDIA_VIDEO),mac_os) 
    167 # Mac OS specific, use obj-c 
     166ifeq ($(AC_PJMEDIA_VIDEO),$(filter $(AC_PJMEDIA_VIDEO),mac_os iphone_os)) 
     167# Mac and iPhone OS specific, use obj-c 
    168168export PJMEDIA_VIDEODEV_OBJS += sdl_dev_m.o 
    169169else 
Note: See TracChangeset for help on using the changeset viewer.