summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-13 16:04:41 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-13 16:04:41 +0000
commita88fc5c0408f78d78d96d298fdc15213e6bfb541 (patch)
tree487e2cc4753bdd648141d1cddefd7545a5a9df15 /Doxyfile
parent68a205edef062ab8f583a40ab8607a28faedb3b2 (diff)
Remove intrinsics checks, they are no longer used.
partly based on a patch by Zuxy Meng, zuxy.meng gmail com Originally committed as revision 6684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 73b4e992fd..9e4fdcdd0f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -836,7 +836,7 @@ INCLUDE_FILE_PATTERNS =
# omitted =1 is assumed.
PREDEFINED = __attribute__(x)="" "RENAME(x)=x ## _TMPL" "DEF(x)=x ## _TMPL" \
- HAVE_BUILTIN_VECTOR HAVE_AV_CONFIG_H HAVE_MMX HAVE_MMX2 HAVE_3DNOW \
+ 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