Changeset 3668


Ignore:
Timestamp:
Jul 19, 2011 11:39:34 AM (13 years ago)
Author:
bennylp
Message:

Misc (re #1320): wrongly used the obj-c version on Linux build

File:
1 edited

Legend:

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

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