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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common/attributes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common/attributes.h b/include/common/attributes.h
index d5c4ce5..0683b50 100644
--- a/include/common/attributes.h
+++ b/include/common/attributes.h
@@ -159,4 +159,8 @@ static inline int clzll(const unsigned long long mask) {
}
#endif /* !_MSC_VER */
+#ifndef __has_feature
+#define __has_feature(x) 0
+#endif
+
#endif /* DAV1D_COMMON_ATTRIBUTES_H */