- Timestamp:
- May 30, 2011 8:35:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/build/os-auto.mak.in
r3484 r3577 164 164 # Determine whether we should compile the obj-c version of a particular source code 165 165 # 166 ifeq ($(AC_PJMEDIA_VIDEO), mac_os)167 # Mac OS specific, use obj-c166 ifeq ($(AC_PJMEDIA_VIDEO),$(filter $(AC_PJMEDIA_VIDEO),mac_os iphone_os)) 167 # Mac and iPhone OS specific, use obj-c 168 168 export PJMEDIA_VIDEODEV_OBJS += sdl_dev_m.o 169 169 else
Note: See TracChangeset
for help on using the changeset viewer.