diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-22 02:08:26 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-22 02:08:26 +0530 |
commit | 24c8c2720a82d1790bcb9bb0c1ba85ec357b3fbf (patch) | |
tree | d85fde7d7481fb948b593c5b1e76aca700fef584 /recipes/srt.recipe | |
parent | 67b6293e696b1857691ccbc6550efca6db219100 (diff) |
srt.recipe: Fix building of the srt plugin with MSVC
Needs https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/95
Diffstat (limited to 'recipes/srt.recipe')
-rw-r--r-- | recipes/srt.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe index a268c2c8..5cfb185a 100644 --- a/recipes/srt.recipe +++ b/recipes/srt.recipe @@ -22,6 +22,7 @@ class Recipe(recipe.Recipe): 'srt/0005-Windows-Only-define-SRT_API-in-one-place.patch', 'srt/0001-Allow-building-using-gnustl.patch', 'srt/0006-Fix-install_name-in-macOS-using-MACOS_RPATH.patch', + 'srt/0001-Allow-using-public-API-when-building-with-MSVC.patch', ] def prepare(self): |