summaryrefslogtreecommitdiff
path: root/pjmedia/docs/doxygen.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/docs/doxygen.cfg')
-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.