diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-23 21:12:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-26 18:28:38 +0200 |
commit | 74e742d6ad09becc2d43e5382c141e0356ad6071 (patch) | |
tree | f1f2e15a0c829b177203c00bc27fb60efb90d319 /doc | |
parent | 154ff81870ce9838eaa87b19d0f5ecceb9dd514e (diff) | |
download | ffmpeg-74e742d6ad09becc2d43e5382c141e0356ad6071.tar.gz |
doxygen: Drop some pointless entries from PREDEFINED macros list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 1b4e7d528b..eb394f0a6e 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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" |