summaryrefslogtreecommitdiff
path: root/pjmedia/docs
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-10-19 15:49:47 +0000
committerBenny Prijono <bennylp@teluu.com>2006-10-19 15:49:47 +0000
commitd52fe4e2270ab3f06f7bef271c1274428e7049ba (patch)
tree1920b91cf8b2fe0b5700c74bc58e5cab7e7459ff /pjmedia/docs
parent93e800a0b3b255f2b80239e0560141eea24c8d35 (diff)
Support for MP3 recording for Win32 target. Also added "--rec-file" and "--auto-rec" option in pjsua to record voice conversion. The "--rec-file" option will record to either .WAV or .MP3 depending on the file extension.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@783 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/docs')
-rw-r--r--pjmedia/docs/doxygen.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjmedia/docs/doxygen.cfg b/pjmedia/docs/doxygen.cfg
index 79c78f71..50f8f201 100644
--- a/pjmedia/docs/doxygen.cfg
+++ b/pjmedia/docs/doxygen.cfg
@@ -843,7 +843,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = PJ_DECL(x)=x PJ_DEF(x)=x PJ_IDECL(x)=x \
PJ_IDEF(x)=x PJ_INLINE(x)=x \
- PJ_BEGIN_DECL= PJ_END_DECL=
+ PJ_BEGIN_DECL= PJ_END_DECL= \
+ PJMEDIA_HAS_MP3_WRITER=1
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.