Changeset 1441:e848e6cfa235 in mediastreamer2
- Timestamp:
- Feb 9, 2012 4:27:31 PM (16 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
src/CMakeLists.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CMakeLists.txt
r1433 r1441 101 101 endif(PORTAUDIO_FOUND) 102 102 103 if(NOT CMAKE_UNDER_CE AND NOT IPHONE)103 if(NOT CMAKE_UNDER_CE) 104 104 TEST_BIG_ENDIAN(BIG_ENDIAN) 105 105 if(BIG_ENDIAN) … … 109 109 ) 110 110 endif(BIG_ENDIAN) 111 endif(NOT CMAKE_UNDER_CE AND NOT IPHONE)111 endif(NOT CMAKE_UNDER_CE) 112 112 113 113 if(NOT WIN32 AND NOT ANDROID) … … 144 144 endif() 145 145 146 if(I PHONE)146 if(IOS) 147 147 add_definitions(-D__MACIOUNIT_ENABLED__) 148 148 set(MS_SRCS ${MS_SRCS} msiounit.c)
Note: See TracChangeset
for help on using the changeset viewer.
