]> granicus.if.org Git - libvpx/blobdiff - vpx/vpx_integer.h
Merge "Remove sixtap/bilinear 4x4 neon implementations"
[libvpx] / vpx / vpx_integer.h
index 829c9d132c8c16dcd92a5e688e4c524787c143fb..e85146c5c097e8894faa48e2c5ad881574909f20 100644 (file)
@@ -68,7 +68,12 @@ typedef size_t uintptr_t;
 #if defined(_MSC_VER) && _MSC_VER < 1800
 #define PRId64 "I64d"
 #else
+#if defined(__APPLE__)
+// When building dynamic frameworks with Swift compatibility, module maps
+// do not allow us to include the system's inttypes.h.
+#else
 #include <inttypes.h>
 #endif
+#endif
 
 #endif  // VPX_VPX_INTEGER_H_