Changeset 2601 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Apr 15, 2009 2:45:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r2331 r2601 534 534 AC_MSG_RESULT([Checking if G.722 codec is disabled...no])) 535 535 536 dnl # Include G722.1 codec 537 AC_SUBST(ac_no_g7221_codec) 538 AC_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 536 548 dnl # Include Speex codec 537 549 AC_SUBST(ac_no_speex_codec)
Note: See TracChangeset
for help on using the changeset viewer.