From 24c8c2720a82d1790bcb9bb0c1ba85ec357b3fbf Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 22 Feb 2019 02:08:26 +0530 Subject: srt.recipe: Fix building of the srt plugin with MSVC Needs https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/95 --- recipes/srt.recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/srt.recipe') 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): -- cgit v1.2.3