Changeset 3668
- Timestamp:
- Jul 19, 2011 11:39:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/build/os-auto.mak.in
r3664 r3668 164 164 # Determine whether we should compile the obj-c version of a particular source code 165 165 # 166 if eq ($(AC_PJMEDIA_VIDEO),$(filter $(AC_PJMEDIA_VIDEO),mac_os iphone_os))166 ifneq (,$(filter $(AC_PJMEDIA_VIDEO),mac_os iphone_os)) 167 167 # Mac and iPhone OS specific, use obj-c 168 168 export PJMEDIA_VIDEODEV_OBJS += sdl_dev_m.o
Note: See TracChangeset
for help on using the changeset viewer.