Changeset 1407:674e1a6e032b in mediastreamer2


Ignore:
Timestamp:
Jun 14, 2011 1:43:51 PM (2 years ago)
Author:
Nikita Kozlov <nikita@…>
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.
Message:

merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CMakeLists.txt

    r1405 r1407  
    7575endif(PORTAUDIO_FOUND) 
    7676 
    77 if(NOT CMAKE_UNDER_CE) 
     77if(NOT CMAKE_UNDER_CE AND NOT IPHONE) 
    7878        TEST_BIG_ENDIAN(BIG_ENDIAN) 
    7979        if(BIG_ENDIAN) 
     
    8383          ) 
    8484        endif(BIG_ENDIAN) 
    85 endif(NOT CMAKE_UNDER_CE) 
     85endif(NOT CMAKE_UNDER_CE AND NOT IPHONE) 
    8686 
    8787#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.