Ignore:
Timestamp:
Oct 24, 2013 7:07:39 AM (11 years ago)
Author:
ming
Message:

Re #1697: Removed extra spaces in aconfigure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r4635 r4636  
    574574  arm-apple-darwin*) 
    575575        LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework CFNetwork -framework UIKit" 
    576         ac_pjmedia_audiodev_objs = "coreaudio_dev.o" 
     576        ac_pjmedia_audiodev_objs="coreaudio_dev.o" 
    577577        AC_MSG_RESULT([Checking sound device backend... AudioUnit]) 
    578578        ;; 
    579579  *darwin*) 
    580580        LIBS="$LIBS -framework CoreAudio -framework CoreServices -framework AudioUnit -framework AudioToolbox" 
    581         ac_pjmedia_audiodev_objs = "coreaudio_dev.o" 
     581        ac_pjmedia_audiodev_objs="coreaudio_dev.o" 
    582582        if test "`uname -r`" = "6.8"; then 
    583583                #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.