From b20356ecb30f87a4b7aca162dac946c9710e23f3 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 15 Apr 2009 14:45:41 +0000 Subject: 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'. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2601 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'aconfigure.ac') diff --git a/aconfigure.ac b/aconfigure.ac index 082da8fe..2d56e6a5 100644 --- a/aconfigure.ac +++ b/aconfigure.ac @@ -533,6 +533,18 @@ AC_ARG_ENABLE(g722-codec, fi], AC_MSG_RESULT([Checking if G.722 codec is disabled...no])) +dnl # Include G722.1 codec +AC_SUBST(ac_no_g7221_codec) +AC_ARG_ENABLE(g7221-codec, + AC_HELP_STRING([--disable-g7221-codec], + [Exclude G.7221 codec in the build]), + [if test "$enable_g7221_codec" = "no"; then + [ac_no_g7221_codec=1] + AC_DEFINE(PJMEDIA_HAS_G7221_CODEC,0) + AC_MSG_RESULT([Checking if G.722.1 codec is disabled...yes]) + fi], + AC_MSG_RESULT([Checking if G.722.1 codec is disabled...no])) + dnl # Include Speex codec AC_SUBST(ac_no_speex_codec) AC_ARG_ENABLE(speex-codec, -- cgit v1.2.3