summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/attributes.h b/libavutil/attributes.h
index ab2a1fdd0e..5cb9fe3452 100644
--- a/libavutil/attributes.h
+++ b/libavutil/attributes.h
@@ -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