diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-10 10:36:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-10 10:36:17 +0000 |
commit | 4a13cd77b3c95f3eb99ef018ba43abef19717050 (patch) | |
tree | 1fbc32509fc0f65b23293cf6b6c46d19aa53ea00 /libavcodec/Doxyfile | |
parent | ce2749d2c462fe90f18f3817af65d81a08e4d0dd (diff) | |
download | ffmpeg-4a13cd77b3c95f3eb99ef018ba43abef19717050.tar.gz |
bug workaround
Originally committed as revision 1656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Doxyfile')
-rw-r--r-- | libavcodec/Doxyfile | 2 |
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. |