config_auto.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /* pjmedia/include/pjmedia-codec/config_auto.h. Generated from config_auto.h.in by configure. */
  2. /*
  3. * Copyright (C) 2008-2009 Teluu Inc. (http://www.teluu.com)
  4. * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. */
  20. #ifndef __PJMEDIA_CODEC_CONFIG_AUTO_H_
  21. #define __PJMEDIA_CODEC_CONFIG_AUTO_H_
  22. /**
  23. * @file config_auto.h
  24. * @brief PJMEDIA-CODEC configuration as set by autoconf script
  25. */
  26. /*
  27. * Note:
  28. * The configuration in config_site.h overrides any other settings,
  29. * including the setting as detected by autoconf.
  30. */
  31. /* L16 codec */
  32. #ifndef PJMEDIA_HAS_L16_CODEC
  33. /* #undef PJMEDIA_HAS_L16_CODEC */
  34. #endif
  35. /* GSM codec */
  36. #ifndef PJMEDIA_HAS_GSM_CODEC
  37. /* #undef PJMEDIA_HAS_GSM_CODEC */
  38. #endif
  39. /* #undef PJMEDIA_EXTERNAL_GSM_CODEC */
  40. /* #undef PJMEDIA_EXTERNAL_GSM_GSM_H */
  41. /* #undef PJMEDIA_EXTERNAL_GSM_H */
  42. /* Speex codec */
  43. #ifndef PJMEDIA_HAS_SPEEX_CODEC
  44. /* #undef PJMEDIA_HAS_SPEEX_CODEC */
  45. #endif
  46. /* #undef PJMEDIA_EXTERNAL_SPEEX_CODEC */
  47. /* iLBC codec */
  48. #ifndef PJMEDIA_HAS_ILBC_CODEC
  49. /* #undef PJMEDIA_HAS_ILBC_CODEC */
  50. #endif
  51. /* G722 codec */
  52. #ifndef PJMEDIA_HAS_G722_CODEC
  53. /* #undef PJMEDIA_HAS_G722_CODEC */
  54. #endif
  55. /* G7221 codec */
  56. #ifndef PJMEDIA_HAS_G7221_CODEC
  57. /* #undef PJMEDIA_HAS_G7221_CODEC */
  58. #endif
  59. /* OpenCORE AMR-NB codec */
  60. #ifndef PJMEDIA_HAS_OPENCORE_AMRNB_CODEC
  61. #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0
  62. #endif
  63. /* OpenCORE AMR-WB codec */
  64. #ifndef PJMEDIA_HAS_OPENCORE_AMRWB_CODEC
  65. #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0
  66. #endif
  67. /* SILK codec */
  68. #ifndef PJMEDIA_HAS_SILK_CODEC
  69. #define PJMEDIA_HAS_SILK_CODEC 0
  70. #endif
  71. /* OPUS codec */
  72. #ifndef PJMEDIA_HAS_OPUS_CODEC
  73. #define PJMEDIA_HAS_OPUS_CODEC 0
  74. #endif
  75. /* G.729 codec with BCG729 backend */
  76. #ifndef PJMEDIA_HAS_BCG729
  77. #define PJMEDIA_HAS_BCG729 0
  78. #endif
  79. /* Android MediCodec codecs */
  80. #ifndef PJMEDIA_HAS_ANDROID_MEDIACODEC
  81. /* #undef PJMEDIA_HAS_ANDROID_MEDIACODEC */
  82. #endif
  83. /* Lyra codec */
  84. #ifndef PJMEDIA_HAS_LYRA_CODEC
  85. /* #undef PJMEDIA_HAS_LYRA_CODEC */
  86. #endif
  87. #endif /* __PJMEDIA_CODEC_CONFIG_AUTO_H_ */