Ignore:
Timestamp:
Apr 15, 2009 2:45:41 PM (15 years ago)
Author:
nanang
Message:

Ticket #774:

  • Added build config for GNU autoconf & make.
  • Fixed some G.722.1 codes for linux & mingw32 targets, e.g: types

defs, collision function name 'round'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r2331 r2601  
    534534              AC_MSG_RESULT([Checking if G.722 codec is disabled...no])) 
    535535 
     536dnl # Include G722.1 codec 
     537AC_SUBST(ac_no_g7221_codec) 
     538AC_ARG_ENABLE(g7221-codec, 
     539              AC_HELP_STRING([--disable-g7221-codec], 
     540                             [Exclude G.7221 codec in the build]), 
     541              [if test "$enable_g7221_codec" = "no"; then 
     542                [ac_no_g7221_codec=1] 
     543                AC_DEFINE(PJMEDIA_HAS_G7221_CODEC,0) 
     544                AC_MSG_RESULT([Checking if G.722.1 codec is disabled...yes]) 
     545               fi], 
     546              AC_MSG_RESULT([Checking if G.722.1 codec is disabled...no])) 
     547 
    536548dnl # Include Speex codec 
    537549AC_SUBST(ac_no_speex_codec) 
Note: See TracChangeset for help on using the changeset viewer.