[FFmpeg-cvslog] doxygen: Drop some pointless entries from PREDEFINED macros list
Diego Biurrun
git at videolan.org
Sat Oct 27 15:08:59 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Oct 23 21:12:48 2012 +0200| [74e742d6ad09becc2d43e5382c141e0356ad6071] | committer: Diego Biurrun
doxygen: Drop some pointless entries from PREDEFINED macros list
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74e742d6ad09becc2d43e5382c141e0356ad6071
---
doc/Doxyfile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 1b4e7d5..eb394f0 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"
More information about the ffmpeg-cvslog
mailing list