[vlc-commits] win32: Unbreak packaging with recent compilers
Luca Barbato
git at videolan.org
Sun Sep 21 18:39:12 CEST 2014
vlc/vlc-2.2 | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri Aug 8 16:51:15 2014 +0200| [05ad86605a2320cf752931a43243189920c831ec] | committer: Rafaël Carré
win32: Unbreak packaging with recent compilers
Signed-off-by: Rafaël Carré <funman at videolan.org>
(cherry picked from commit acb92632bda62d13629f15985bfe9f686ae162dc)
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=05ad86605a2320cf752931a43243189920c831ec
---
extras/package/win32/package.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 97c5579..c2a683b 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -70,6 +70,7 @@ endif
do \
test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" "$(win32_destdir)/" ; \
test -f "$$x/libgcc_s_sjlj-1.dll" && cp "$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; \
+ test -f "$$x/libgcc_s_seh-1.dll" && cp "$$x/libgcc_s_seh-1.dll" "$(win32_destdir)/" ; \
test -f "$$x/libwinpthread-1.dll" && cp "$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; \
test -f "$$x/../bin/libwinpthread-1.dll" && cp "$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; \
done
More information about the vlc-commits
mailing list