[vlc-commits] Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll

Jean-Baptiste Kempf git at videolan.org
Tue Feb 3 17:08:48 CET 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov  1 13:54:40 2014 +0100| [efe0a1db4b400c223a2935dea67edc277a188e12] | committer: Jean-Baptiste Kempf

Win32: we don't need libstdc++-6.dll or libwinpthread-1.dll

libgcc_s is still needed, for C++ modules

Gotta love libtool

Ref #12620

(cherry picked from commit 5d78deeb986e4bf77140dfbad63b0f0b14b98a53)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=efe0a1db4b400c223a2935dea67edc277a188e12
---

 extras/package/win32/package.mak |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index e246ce2..b733a49 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -65,11 +65,8 @@ endif
 	IFS=':' ;\
 	for x in $$library_path_list ;\
 	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
 
 # SDK



More information about the vlc-commits mailing list