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

Jean-Baptiste Kempf git at videolan.org
Sat Nov 1 13:55:42 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov  1 13:54:40 2014 +0100| [5d78deeb986e4bf77140dfbad63b0f0b14b98a53] | 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

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

 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 ce54e16..a909ce0 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -71,11 +71,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