Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-04 22:06:47 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-05 01:14:17 +0400
commit939d22a297bf8a7e422eb7ebfda96ec12c5427d3 (patch)
tree9f33c7557e2243b0450f7b8877e1f1287b4a301a /doc/Doxyfile
parent3679edf429ebbd9eff48e9b410ca1cef7bdf158a (diff)
Doxyfile: imitate gcc for better libavutil/attributes.h documentation
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e2a9d05fdb..caee89fe4e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1359,6 +1359,8 @@ PREDEFINED = "__attribute__(x)=" \
"DECLARE_ALIGNED(a,t,n)=t n" \
"offsetof(x,y)=0x42" \
av_alloc_size \
+ AV_GCC_VERSION_AT_LEAST(x,y)=1 \
+ __GNUC__=1 \
# 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.