diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-10 10:40:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-10 10:40:26 +0000 |
commit | 8952804ccc6f5362d3e5b4d3dc5006c940ef5fb7 (patch) | |
tree | c8d8ada795addeca61fad3ff74345cb97d0bb6d4 /libavcodec/Doxyfile | |
parent | 4a13cd77b3c95f3eb99ef018ba43abef19717050 (diff) | |
download | ffmpeg-8952804ccc6f5362d3e5b4d3dc5006c940ef5fb7.tar.gz |
more fixes
Originally committed as revision 1657 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 1fb9217fdf..18a93d9310 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 = __attribute__(x)="" +PREDEFINED = __attribute__(x)="" RENAME(x)=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. |