Changeset 1407:674e1a6e032b in mediastreamer2
- Timestamp:
- Jun 14, 2011 1:43:51 PM (2 years ago)
- Branch:
- default
- Parents:
- 1406:6ec2f57760a0 (diff), 1405:a263cfb550b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CMakeLists.txt
r1405 r1407 75 75 endif(PORTAUDIO_FOUND) 76 76 77 if(NOT CMAKE_UNDER_CE )77 if(NOT CMAKE_UNDER_CE AND NOT IPHONE) 78 78 TEST_BIG_ENDIAN(BIG_ENDIAN) 79 79 if(BIG_ENDIAN) … … 83 83 ) 84 84 endif(BIG_ENDIAN) 85 endif(NOT CMAKE_UNDER_CE )85 endif(NOT CMAKE_UNDER_CE AND NOT IPHONE) 86 86 87 87 #FIXME: it's won't work if the MS_FILTER_DESC_EXPORTs are in middle of the file, will work only if they are declared at end
Note: See TracChangeset
for help on using the changeset viewer.
