Hello j-b,<br><br>I&#39;ve updated the VLC version prefix, as it failed with the script.<br>Also, xcompilng breaks as there is no libqjpeg.a in the new QT 4.7 contribs for windows <br>(&quot;<a href="http://download.videolan.org/pub/videolan/contrib/qt4-4.7.1-win32-bin.tar.bz2" target="_blank">http://download.videolan.org/pub/videolan/contrib/qt4-4.7.1-win32-bin.tar.bz2</a>&quot;)<br>

<br>Do we need libqjpeg.a? Or comment out the path in CMake:<br><br><span style="background-color: rgb(255, 255, 153);">${CONTRIBS_PATH}/lib/libQtGui.a # ${CONTRIBS_PATH}/lib/libqjpeg.a</span><br style="background-color: rgb(255, 204, 204);">

<br>Best Regards.<br><br><div class="gmail_quote">On Wed, Oct 13, 2010 at 1:54 AM,  <span dir="ltr">&lt;<a href="mailto:git@videolan.org">git@videolan.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

vlmc | branch: master | Rohit Yadav &lt;<a href="mailto:rohityadav89@gmail.com">rohityadav89@gmail.com</a>&gt; | Wed Oct 13 02:11:21 2010 +0530| [90c7f7618fed7adb15561d515e44c8bf98da8ec4] | committer: Rohit Yadav<br>
<br>
Contribs: Update VLC prefix and fixing plugins extract.<br>
It won&#39;t produce an empty plugins/&quot;plugins&quot; directory.<br>
<br>
&gt; <a href="http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=90c7f7618fed7adb15561d515e44c8bf98da8ec4" target="_blank">http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=90c7f7618fed7adb15561d515e44c8bf98da8ec4</a><br>


---<br>
<br>
 contribs/contribs.sh |    4 ++--<br>
 1 files changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/contribs/contribs.sh b/contribs/contribs.sh<br>
index afe77ca..335b05e 100644<br>
--- a/contribs/contribs.sh<br>
+++ b/contribs/contribs.sh<br>
@@ -3,7 +3,7 @@<br>
 QT4_FILE=&quot;qt4-4.7.1-win32-bin.tar.bz2&quot;<br>
 QT4_URL=&quot;<a href="http://download.videolan.org/pub/videolan/contrib/qt4-4.7.1-win32-bin.tar.bz2" target="_blank">http://download.videolan.org/pub/videolan/contrib/qt4-4.7.1-win32-bin.tar.bz2</a>&quot;<br>
 VLC_FILE=&quot;vlc-1.1.5-git-20101011-0202-win32.7z&quot;<br>
-VLC_VERSION_PREFIX=&quot;vlc-1.1.5-git&quot;<br>
+VLC_VERSION_PREFIX=&quot;vlc-1.1.5-git-20101011-0202&quot;<br>
 VLC_URL=&quot;<a href="http://nightlies.videolan.org/build/win32/branch-20101011-0202/vlc-1.1.5-git-20101011-0202-win32.7z" target="_blank">http://nightlies.videolan.org/build/win32/branch-20101011-0202/vlc-1.1.5-git-20101011-0202-win32.7z</a>&quot;<br>


 FREI0R_FILE=&quot;frei0r-latest.tar.gz&quot;<br>
 FREI0R_URL=&quot;<a href="http://www.piksel.no/frei0r/snapshot/frei0r-latest.tar.gz" target="_blank">http://www.piksel.no/frei0r/snapshot/frei0r-latest.tar.gz</a>&quot;<br>
@@ -36,7 +36,7 @@ mkdir bin &amp;&amp; mkdir include &amp;&amp; mkdir temp<br>
<br>
 7z e src-dl/$VLC_FILE &quot;$VLC_VERSION_PREFIX/libvlc.dll&quot; -otemp<br>
 7z e src-dl/$VLC_FILE &quot;$VLC_VERSION_PREFIX/libvlccore.dll&quot; -otemp<br>
-7z e src-dl/$VLC_FILE &quot;$VLC_VERSION_PREFIX/plugins/&quot; -otemp/plugins<br>
+7z e src-dl/$VLC_FILE &quot;$VLC_VERSION_PREFIX/plugins/*&quot; -otemp/plugins<br>
 cd temp<br>
   for i in libvlc.dll libvlccore.dll; do<br>
     cp -v $i $ROOT_FOLDER/bin/<br>
<br>
_______________________________________________<br>
Vlmc-devel mailing list<br>
<a href="mailto:Vlmc-devel@videolan.org">Vlmc-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/vlmc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlmc-devel</a><br>
</blockquote></div><br>