summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-10 10:36:17 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-10 10:36:17 +0000
commit4a13cd77b3c95f3eb99ef018ba43abef19717050 (patch)
tree1fbc32509fc0f65b23293cf6b6c46d19aa53ea00
parentce2749d2c462fe90f18f3817af65d81a08e4d0dd (diff)
bug workaround
Originally committed as revision 1656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile
index 5b8c9b72b3..1fb9217fdf 100644
--- a/libavcodec/Doxyfile
+++ b/libavcodec/Doxyfile
@@ -835,7 +835,7 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED =
+PREDEFINED = __attribute__(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.