summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-28 14:47:41 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-28 14:47:41 +0000
commit1bae147979963b86e4c9999e8f6bffa536f53b37 (patch)
treeb4d12aea7d3ed6e21d44ca623730ccde50251bef
parent964bf0de6b9211c1649f20c616900fcdf091541a (diff)
Removed old PLC setting from pjmedia/config.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2089 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/include/pjmedia/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index f6bf3707..70f9d8b9 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -423,19 +423,6 @@
/**
- * Enable Steve Underwood's PLC.
- *
- * ** This has now been deprecated. If the codec does not have **
- * ** PLC, then no PLC will be used for that particular codec. **
- *
- * Set this to zero, or other link error will occur.
- */
-#ifndef PJMEDIA_HAS_STEVEU_PLC
-# define PJMEDIA_HAS_STEVEU_PLC 0
-#endif
-
-
-/**
* Speex Accoustic Echo Cancellation (AEC).
* By default is enabled.
*/