Commit 77e15f01 authored by Limin Wang's avatar Limin Wang

avutil/attributes: Fix too many warning: false is not defined [-Wundef]

Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Reviewed-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
parent 6485b544
......@@ -37,7 +37,7 @@
#ifdef __has_builtin
# define AV_HAS_BUILTIN(x) __has_builtin(x)
#else
# define AV_HAS_BUILTIN(x) false
# define AV_HAS_BUILTIN(x) 0
#endif
#ifndef av_always_inline
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment