mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avutil/attributes: Fix too many warning: false is not defined [-Wundef]
Reviewed-by: James Almer <jamrial@gmail.com> Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
6485b54477
commit
77e15f01fb
@ -37,7 +37,7 @@
|
|||||||
#ifdef __has_builtin
|
#ifdef __has_builtin
|
||||||
# define AV_HAS_BUILTIN(x) __has_builtin(x)
|
# define AV_HAS_BUILTIN(x) __has_builtin(x)
|
||||||
#else
|
#else
|
||||||
# define AV_HAS_BUILTIN(x) false
|
# define AV_HAS_BUILTIN(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef av_always_inline
|
#ifndef av_always_inline
|
||||||
|
Loading…
Reference in New Issue
Block a user