diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2018-05-02 14:21:07 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2018-05-02 14:21:07 -0400 |
commit | 678f9558bace491fdf60e8a2ade5fb4ee7843fa0 (patch) | |
tree | c81c2cc146681e067de4686a9ac36d9d42b8bb6a /recipes/srt.recipe | |
parent | df124b0bb1214b84e1aa2dd194fe01fa2edd1d35 (diff) |
srt: Fix MingW build by doing proper exports
Diffstat (limited to 'recipes/srt.recipe')
-rw-r--r-- | recipes/srt.recipe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe index 926ae0c2..41fb1fed 100644 --- a/recipes/srt.recipe +++ b/recipes/srt.recipe @@ -17,7 +17,9 @@ class Recipe(recipe.Recipe): files_devel = ['include/srt', 'lib/pkgconfig/srt.pc'] patches = ['srt/0001-Build-Fix-MingW-build.patch', 'srt/0002-srt-Fix-MingW-build.patch', - 'srt/0003-platform_sys-Only-invlude-inttypes.h-with-MSFT-compi.patch'] + 'srt/0003-platform_sys-Only-include-inttypes.h-with-MSFT-compi.patch', + 'srt/0004-MingW-needs-the-explicit-exports-too.patch', + 'srt/0005-Windows-Only-define-SRT_API-in-one-place.patch'] def prepare(self): if self.config.target_platform == Platform.ANDROID: |