Changeset 1871 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Mar 17, 2008 2:24:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r1863 r1871 476 476 AC_MSG_RESULT([Checking if GSM codec is disabled...no])) 477 477 478 dnl # Include G.722 codec 479 AC_SUBST(ac_no_g722_codec) 480 AC_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 478 490 dnl # Include Speex codec 479 491 AC_SUBST(ac_no_speex_codec)
Note: See TracChangeset
for help on using the changeset viewer.