summaryrefslogtreecommitdiff
path: root/pjmedia/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-17 14:59:55 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-17 14:59:55 +0000
commit46ac10595e2007074d99b12907f033f5570cf9ab (patch)
tree36061f27627f540a40e739179c098d4a86edac13 /pjmedia/include
parent17c7fd2117291732b0ffec394658028578233c1a (diff)
Removed G.711 Annex I PLC from the source (because of possible licensing/patent infringement issues) and replace it with Steve Underwood's PLC implementation which is distributed under dual GPL/LGPL license.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@723 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include')
-rw-r--r--pjmedia/include/pjmedia/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index 7bd9f946..aa095f5d 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -171,11 +171,10 @@
/**
- * G.711 Appendix I Packet Lost Concealment (PLC).
- * Enabled only when floating point is enabled.
+ * Enable Steve Underwood's PLC.
*/
-#ifndef PJMEDIA_HAS_G711_PLC
-# define PJMEDIA_HAS_G711_PLC PJ_HAS_FLOATING_POINT
+#ifndef PJMEDIA_HAS_STEVEU_PLC
+# define PJMEDIA_HAS_STEVEU_PLC PJ_HAS_FLOATING_POINT
#endif