Skip inttypes.h on Darwin
authorBrion Vibber <bvibber@wikimedia.org>
Tue, 3 May 2016 07:03:59 +0000 (03:03 -0400)
committerBrion Vibber <bvibber@wikimedia.org>
Wed, 4 May 2016 19:41:41 +0000 (15:41 -0400)
commit1bec0c5a7e885ec792f6bb658eb3f34ad8f37b15
tree3efd95db67aa00e0eb33c2fadaa316cc783dcb29
parente2b451d9e399d0d72a24f288b8c0aa0456a59dda
Skip inttypes.h on Darwin

When building a dynamic framework with Swift compatibility, can't
include any headers that aren't in another module or you get an
error like this from Xcode on the including project:

  Include of non-modular header inside framework

For some reason the system inttypes.h is not in a module, unlike
other standard C library headers... but it doesn't seem to be
actually needed on Darwin, so removing it doesn't appear to
be a problem.

Change-Id: I11d264483c54feefd9d2edf573afaef34ddcd0f2
vpx/vpx_integer.h