vlc | branch: master | Rafaël Carré <[email protected]> | Mon Apr 14 10:31:41 
2014 +0200| [b9c1041a49d09e7c7e7c6c3932d4a823fc66d62a] | committer: Rafaël Carré

Revert "Win32: fix packaging of libraries"

This reverts commit e810e214ea335c0a9adbb6885ce7ca4791bdad92.

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

 extras/package/win32/package.mak |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 6a2ee39..4a70584 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -66,10 +66,10 @@ endif
        IFS=':' ;\
        for x in $$library_path_list ;\
        do \
-               test -f "$$x/libstdc++-6.dll" && cp "$$x/libstdc++-6.dll" 
"$(win32_destdir)/" ; true; \
-               test -f "$$x/libgcc_s_sjlj-1.dll" && cp 
"$$x/libgcc_s_sjlj-1.dll" "$(win32_destdir)/" ; true; \
-               test -f "$$x/libwinpthread-1.dll" && cp 
"$$x/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
-               test -f "$$x/../bin/libwinpthread-1.dll" && cp 
"$$x/../bin/libwinpthread-1.dll" "$(win32_destdir)/" ; true; \
+               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/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