summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec/config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-03-17 14:07:53 +0000
committerBenny Prijono <bennylp@teluu.com>2008-03-17 14:07:53 +0000
commite14e1fddbedf8c03df686ecd7c7af0c0ca0f52c6 (patch)
tree8ae1ae5d648b62b7fe49cd738e1103e91ac5b310 /pjmedia/include/pjmedia-codec/config.h
parent685aef52bcf830cb591798cd0814dd4a10605497 (diff)
Ticket #507: committed and tested g722 patch on Windows
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1870 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-codec/config.h')
-rw-r--r--pjmedia/include/pjmedia-codec/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-codec/config.h b/pjmedia/include/pjmedia-codec/config.h
index 4e1b83ba..13e2d9fa 100644
--- a/pjmedia/include/pjmedia-codec/config.h
+++ b/pjmedia/include/pjmedia-codec/config.h
@@ -60,6 +60,13 @@
#endif
+/**
+ * Unless specified otherwise, G.722 codec is included by default.
+ */
+#ifndef PJMEDIA_HAS_G722_CODEC
+# define PJMEDIA_HAS_G722_CODEC 1
+#endif
+
#endif /* __PJMEDIA_CODEC_CONFIG_H__ */