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

> 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

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

Reply via email to