Changeset 1326:11ebb1c59514 in mediastreamer2


Ignore:
Timestamp:
Mar 28, 2011 12:50:21 PM (2 years ago)
Author:
Jehan Monnier <jehan.monnier@…>
Branch:
default
Message:

fix iPhone compilation issues

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r1324 r1326  
    135135                MSPLUGINS_LIBS="-dynamiclib" 
    136136                macosx_found=yes 
    137                 LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio -framework Carbon -framework AudioUnit" 
     137                LIBS="$LIBS -framework CoreFoundation -framework AudioToolbox -framework CoreAudio " 
    138138        ;; 
    139139        *mingw32ce) 
     
    357357                AC_DEFINE(__MACSND_ENABLED__,1,[defined if native macosx sound support is available]) 
    358358                macsnd_enabled=true 
     359                LIBS="$LIBS -framework Carbon -framework AudioUnit" 
    359360                found_sound=yes 
    360361        fi 
  • tests/mediastream.c

    r1314 r1326  
    261261#ifdef VIDEO_ENABLED 
    262262        VideoStream *video=NULL; 
     263        MSWebCam *cam=NULL; 
    263264#endif 
    264265        RtpSession *session=NULL; 
     
    266267        RtpProfile *profile=rtp_profile_clone_full(&av_profile); 
    267268        OrtpEvQueue *q=ortp_ev_queue_new();      
    268         MSWebCam *cam=NULL; 
    269269 
    270270        ms_init(); 
Note: See TracChangeset for help on using the changeset viewer.