vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to