[vlc-commits] contrib: pthreads: don't copy the DLLs
Steve Lhomme
git at videolan.org
Tue May 15 18:35:04 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 15 09:36:48 2018 +0200| [9befc87dee36018c15bddcc2dd0e036e2f2d9fd5] | committer: Steve Lhomme
contrib: pthreads: don't copy the DLLs
we're never going to use them
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9befc87dee36018c15bddcc2dd0e036e2f2d9fd5
---
contrib/src/pthreads/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
index 6e39bfc05b..8ddac0ff40 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -36,6 +36,6 @@ endif
sed -e 's/#if HAVE_CONFIG_H/#if 0 \&\& HAVE_CONFIG_H/' -i \
"$(PREFIX)/include/pthread.h"
mkdir -p -- "$(PREFIX)/lib"
- cp -v $</*.a $</*.dll "$(PREFIX)/lib/"
+ cp -v $</*.a "$(PREFIX)/lib/"
touch $@
endif
More information about the vlc-commits
mailing list