]> git.sesse.net Git - ffmpeg/commitdiff
doxygen: Drop some pointless entries from PREDEFINED macros list
authorDiego Biurrun <diego@biurrun.de>
Tue, 23 Oct 2012 19:12:48 +0000 (21:12 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 26 Oct 2012 16:28:38 +0000 (18:28 +0200)
doc/Doxyfile

index 1b4e7d528bbe130f451d58d886b4e0eb4a0ae110..eb394f0a6eead97f0f8634442cfdc424faba18fb 100644 (file)
@@ -1374,12 +1374,6 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = "__attribute__(x)=" \
-                         "RENAME(x)=x ## _TMPL" \
-                         "DEF(x)=x ## _TMPL" \
-                         HAVE_AV_CONFIG_H \
-                         HAVE_MMX \
-                         HAVE_MMXEXT \
-                         HAVE_AMD3DNOW \
                          "DECLARE_ALIGNED(a,t,n)=t n" \
                          "offsetof(x,y)=0x42"