From 4a13cd77b3c95f3eb99ef018ba43abef19717050 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 10 Mar 2003 10:36:17 +0000
Subject: [PATCH] bug workaround

Originally committed as revision 1656 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Doxyfile b/libavcodec/Doxyfile
index 5b8c9b72b35..1fb9217fdff 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. 
-- 
GitLab