diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-13 16:04:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-13 16:04:41 +0000 |
commit | a88fc5c0408f78d78d96d298fdc15213e6bfb541 (patch) | |
tree | 487e2cc4753bdd648141d1cddefd7545a5a9df15 /Doxyfile | |
parent | 68a205edef062ab8f583a40ab8607a28faedb3b2 (diff) | |
download | ffmpeg-a88fc5c0408f78d78d96d298fdc15213e6bfb541.tar.gz |
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-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |