Ignore:
Timestamp:
Oct 24, 2013 6:27:14 AM (10 years ago)
Author:
bennylp
Message:

Re #1697: fixed build error with the new coreaudio_dev.m introduced by r4617, because build process looks for an ObjC compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r4628 r4635  
    566566  true; 
    567567else 
     568 AC_SUBST(ac_pjmedia_audiodev_objs) 
    568569 case $target in 
    569570  *android*) 
     
    573574  arm-apple-darwin*) 
    574575        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
     576        ac_pjmedia_audiodev_objs = "coreaudio_dev.o" 
    575577        AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 
    576578        ;; 
    577579  *darwin*) 
    578580        LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" 
     581        ac_pjmedia_audiodev_objs = "coreaudio_dev.o" 
    579582        if test "`uname -r`" = "6.8"; then 
    580583                #ac_pa_cflags="$ac_pa_cflags -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS" 
Note: See TracChangeset for help on using the changeset viewer.