Changeset 1375:cc4c4148e0cb in mediastreamer2


Ignore:
Timestamp:
Apr 29, 2011 9:33:28 PM (2 years ago)
Author:
Simon Morlat <simon.morlat@…>
Branch:
default
Parents:
1374:0d7b7bd49671 (diff), 1366:a623ef968c1a (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 branch 'dev_videomac' of git://git.linphone.org/mediastreamer2 into dev_videomac

Conflicts:

tests/mediastream.c

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/mediastream.c

    r1366 r1375  
    473473                } 
    474474        #endif // target MAC 
    475                                         } 
     475        } 
    476476         
    477477        printf("stopping all...\n"); 
  • tests/mediastream.c

    r1369 r1375  
    4141#include <stdlib.h> 
    4242#include <string.h> 
     43 
     44#ifdef __APPLE__ 
     45#include <CoreFoundation/CFRunLoop.h> 
     46#endif 
    4347 
    4448static int cond=1; 
     
    435439        }else{  /* no interactive stuff - continuous debug output */ 
    436440                rtp_session_register_event_queue(session,q); 
     441 
     442                #ifdef __APPLE__ 
     443                CFRunLoopRun(); 
     444                #else 
    437445                while(cond) 
    438446                { 
     
    464472                        } 
    465473                } 
     474        #endif // target MAC 
    466475        } 
    467476         
Note: See TracChangeset for help on using the changeset viewer.