shithub: libvpx

Download patch

ref: 04246a60d781ac5450b5099f73befb3293415e02
parent: f5f5ca03ca9b2a3c7299cafb653cebf0d2db71a2
parent: 9aa23214e2c6025151485c673d6a873b642142e5
author: James Zern <jzern@google.com>
date: Mon May 9 21:11:55 EDT 2016

Merge "Revert "Skip inttypes.h on Darwin""

--- a/vpx/vpx_integer.h
+++ b/vpx/vpx_integer.h
@@ -68,12 +68,7 @@
 #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_