Changeset 1326:11ebb1c59514 in mediastreamer2
- Timestamp:
- Mar 28, 2011 12:50:21 PM (2 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
configure.ac (modified) (2 diffs)
-
tests/mediastream.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r1324 r1326 135 135 MSPLUGINS_LIBS="-dynamiclib" 136 136 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 " 138 138 ;; 139 139 *mingw32ce) … … 357 357 AC_DEFINE(__MACSND_ENABLED__,1,[defined if native macosx sound support is available]) 358 358 macsnd_enabled=true 359 LIBS="$LIBS -framework Carbon -framework AudioUnit" 359 360 found_sound=yes 360 361 fi -
tests/mediastream.c
r1314 r1326 261 261 #ifdef VIDEO_ENABLED 262 262 VideoStream *video=NULL; 263 MSWebCam *cam=NULL; 263 264 #endif 264 265 RtpSession *session=NULL; … … 266 267 RtpProfile *profile=rtp_profile_clone_full(&av_profile); 267 268 OrtpEvQueue *q=ortp_ev_queue_new(); 268 MSWebCam *cam=NULL;269 269 270 270 ms_init();
Note: See TracChangeset
for help on using the changeset viewer.
