From d52fe4e2270ab3f06f7bef271c1274428e7049ba Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 19 Oct 2006 15:49:47 +0000 Subject: 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 --- pjmedia/docs/doxygen.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pjmedia/docs') 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. -- cgit v1.2.3