summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-18 15:00:17 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-18 15:00:17 +0000
commitd343d59837bb5131054282248df7eaaaa8c9ba1a (patch)
treec799384ce412eebdd69699159cd468304383f366 /Doxyfile
parent35a3bd844ec4865891a98944c4da0d9d2f8cc5ad (diff)
Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 42353ef578..ee233b9d00 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -837,7 +837,6 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)="" "RENAME(x)=x ## _TMPL" "DEF(x)=x ## _TMPL" \
HAVE_AV_CONFIG_H HAVE_MMX HAVE_MMX2 HAVE_AMD3DNOW \
- 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.