[vlmc-devel] commit: Contribs: Update VLC prefix and fixing plugins extract. ( Rohit Yadav )
git at videolan.org
git at videolan.org
Tue Oct 12 22:24:31 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Wed Oct 13 02:11:21 2010 +0530| [90c7f7618fed7adb15561d515e44c8bf98da8ec4] | committer: Rohit Yadav
Contribs: Update VLC prefix and fixing plugins extract.
It won't produce an empty plugins/"plugins" directory.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=90c7f7618fed7adb15561d515e44c8bf98da8ec4
---
contribs/contribs.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contribs/contribs.sh b/contribs/contribs.sh
index afe77ca..335b05e 100644
--- a/contribs/contribs.sh
+++ b/contribs/contribs.sh
@@ -3,7 +3,7 @@
QT4_FILE="qt4-4.7.1-win32-bin.tar.bz2"
QT4_URL="http://download.videolan.org/pub/videolan/contrib/qt4-4.7.1-win32-bin.tar.bz2"
VLC_FILE="vlc-1.1.5-git-20101011-0202-win32.7z"
-VLC_VERSION_PREFIX="vlc-1.1.5-git"
+VLC_VERSION_PREFIX="vlc-1.1.5-git-20101011-0202"
VLC_URL="http://nightlies.videolan.org/build/win32/branch-20101011-0202/vlc-1.1.5-git-20101011-0202-win32.7z"
FREI0R_FILE="frei0r-latest.tar.gz"
FREI0R_URL="http://www.piksel.no/frei0r/snapshot/frei0r-latest.tar.gz"
@@ -36,7 +36,7 @@ mkdir bin && mkdir include && mkdir temp
7z e src-dl/$VLC_FILE "$VLC_VERSION_PREFIX/libvlc.dll" -otemp
7z e src-dl/$VLC_FILE "$VLC_VERSION_PREFIX/libvlccore.dll" -otemp
-7z e src-dl/$VLC_FILE "$VLC_VERSION_PREFIX/plugins/" -otemp/plugins
+7z e src-dl/$VLC_FILE "$VLC_VERSION_PREFIX/plugins/*" -otemp/plugins
cd temp
for i in libvlc.dll libvlccore.dll; do
cp -v $i $ROOT_FOLDER/bin/
More information about the Vlmc-devel
mailing list