Ignore:
Timestamp:
Jul 28, 2008 11:40:58 PM (16 years ago)
Author:
bennylp
Message:

Ticket #463: Configuration option to have external sound device implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r1892 r2182  
    415415fi 
    416416 
     417AC_ARG_ENABLE(ext_sound, 
     418              AC_HELP_STRING([--enable-ext-sound], 
     419                             [PJMEDIA will not provide any sound device backend]), 
     420              [if test "$enable_ext_sound" = "yes"; then 
     421                [ac_pjmedia_snd=external] 
     422                AC_MSG_RESULT([Checking if external sound is set... yes]) 
     423               fi] 
     424              ) 
     425 
    417426dnl # Include resampling small filter 
    418427AC_SUBST(ac_no_small_filter) 
Note: See TracChangeset for help on using the changeset viewer.