Changeset 909 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Jan 27, 2007 5:44:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r862 r909 8 8 AC_CONFIG_HEADER([pjlib/include/pj/compat/os_auto.h 9 9 pjlib/include/pj/compat/m_auto.h 10 pjmedia/include/pjmedia/config_auto.h 11 pjmedia/include/pjmedia-codec/config_auto.h 10 12 pjsip/include/pjsip/sip_autoconf.h 11 13 ]) … … 333 335 [if test "$enable_g711_codec" = "no"; then 334 336 [ac_no_g711_codec=1] 337 AC_DEFINE(PJMEDIA_HAS_G711_CODEC,0) 335 338 AC_MSG_RESULT([Checking if G.711 codec is disabled...yes]) 336 339 fi], … … 345 348 [if test "$enable_l16_codec" = "no"; then 346 349 [ac_no_l16_codec=1] 350 AC_DEFINE(PJMEDIA_HAS_L16_CODEC,0) 347 351 AC_MSG_RESULT([Checking if L16 codecs are disabled...yes]) 348 352 fi], … … 357 361 [if test "$enable_gsm_codec" = "no"; then 358 362 [ac_no_gsm_codec=1] 363 AC_DEFINE(PJMEDIA_HAS_GSM_CODEC,0) 359 364 AC_MSG_RESULT([Checking if GSM codec is disabled...yes]) 360 365 fi], … … 368 373 [if test "$enable_speex_codec" = "no"; then 369 374 [ac_no_speex_codec=1] 375 AC_DEFINE(PJMEDIA_HAS_SPEEX_CODEC,0) 370 376 AC_MSG_RESULT([Checking if Speex codec is disabled...yes]) 371 377 fi], … … 379 385 [if test "$enable_ilbc_codec" = "no"; then 380 386 [ac_no_ilbc_codec=1] 387 AC_DEFINE(PJMEDIA_HAS_ILBC_CODEC,0) 381 388 AC_MSG_RESULT([Checking if iLBC codec is disabled...yes]) 382 389 fi],
Note: See TracChangeset
for help on using the changeset viewer.