summaryrefslogtreecommitdiff
path: root/recipes/srt.recipe
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-04-30 16:00:15 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-04-30 16:00:15 -0400
commit93fabf9d8c9ec306fb0caabb7bec0b701e12ed27 (patch)
tree051860b2085fd17273f20875ce7ef8a0fbb04c50 /recipes/srt.recipe
parentb7ace4da4c31444d768c70921094082d3674894e (diff)
srt: Only include inttypes.h with Microsoft compilers
Diffstat (limited to 'recipes/srt.recipe')
-rw-r--r--recipes/srt.recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe
index 17900d22..926ae0c2 100644
--- a/recipes/srt.recipe
+++ b/recipes/srt.recipe
@@ -16,7 +16,8 @@ class Recipe(recipe.Recipe):
files_libs = ['libsrt']
files_devel = ['include/srt', 'lib/pkgconfig/srt.pc']
patches = ['srt/0001-Build-Fix-MingW-build.patch',
- 'srt/0002-srt-Fix-MingW-build.patch']
+ 'srt/0002-srt-Fix-MingW-build.patch',
+ 'srt/0003-platform_sys-Only-invlude-inttypes.h-with-MSFT-compi.patch']
def prepare(self):
if self.config.target_platform == Platform.ANDROID: