summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-10 11:24:10 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-10 11:24:10 +0000
commit161fe66e365af1aeedb2a88d18d46fa91c5e606d (patch)
tree9014ffcb160e5c31b6a811f2df8e23473177908c /libavcodec
parente5247b5f5716a273e7877e6f5a36a4fb796cdd75 (diff)
even more fixes
Originally committed as revision 1660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile
index 941a1a65c7..3e81cbb7ba 100644
--- a/libavcodec/Doxyfile
+++ b/libavcodec/Doxyfile
@@ -836,7 +836,8 @@ INCLUDE_FILE_PATTERNS =
# omitted =1 is assumed.
PREDEFINED = __attribute__(x)="" "RENAME(x)=x ## _TMPL" "DEF(x)=x ## _TMPL" \
- HAVE_BUILTIN_VECTOR ATTR_ALIGN(x)=""
+ HAVE_BUILTIN_VECTOR HAVE_AV_CONFIG_H HAVE_MMX HAVE_MMX2 HAVE_3DNOW \
+ ATTR_ALIGN(x)=""
# 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.