Ignore:
Timestamp:
Mar 17, 2008 2:24:21 PM (16 years ago)
Author:
bennylp
Message:

More ticket #507: updated GNU build system with the G.722 codec and fixed minor warning about operator precedence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r1863 r1871  
    476476              AC_MSG_RESULT([Checking if GSM codec is disabled...no])) 
    477477 
     478dnl # Include G.722 codec 
     479AC_SUBST(ac_no_g722_codec) 
     480AC_ARG_ENABLE(g722-codec, 
     481              AC_HELP_STRING([--disable-g722-codec], 
     482                             [Exclude G.722 codec in the build]), 
     483              [if test "$enable_g722_codec" = "no"; then 
     484                [ac_no_g722_codec=1] 
     485                AC_DEFINE(PJMEDIA_HAS_G722_CODEC,0) 
     486                AC_MSG_RESULT([Checking if G.722 codec is disabled...yes]) 
     487               fi], 
     488              AC_MSG_RESULT([Checking if G.722 codec is disabled...no])) 
     489 
    478490dnl # Include Speex codec 
    479491AC_SUBST(ac_no_speex_codec) 
Note: See TracChangeset for help on using the changeset viewer.