summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2021-10-05 12:10:53 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2022-03-04 11:09:07 +0100
commit5e5edd6f053ef1e863b3eb7fa1e3338438266541 (patch)
tree3849cad401d5346ac4bfa16af06e4b7b2b3821ac
parent7edf2d1ca6b29731398804fcb60e3a05df406d05 (diff)
mingw-runtime: add missing static libs needed for srt
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/743>
-rw-r--r--recipes/mingw-runtime.recipe2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mingw-runtime.recipe b/recipes/mingw-runtime.recipe
index db4f3701..690745c0 100644
--- a/recipes/mingw-runtime.recipe
+++ b/recipes/mingw-runtime.recipe
@@ -31,6 +31,7 @@ class Recipe(recipe.Recipe):
# mingw's static libraries
self.mingw_static_files = ['libmingwex.a',
+ 'libmingw32.a',
'libdxerr9.a',
'libmoldname.a']
self.gcc_static_files = [gcclib + 'libgcc.a',
@@ -82,6 +83,7 @@ class Recipe(recipe.Recipe):
# copy the development libraries
for f, v, d in [
('libstdc++', '', libdir),
+ ('libgcc_s', '', libdir),
('libpthread', '', libmingw),
('libwinpthread', '1', libmingw)]:
# Copy the dll.a