indeed, applied, thanks.<br><br><div class="gmail_quote">On Wed, May 9, 2012 at 10:51 PM, Edward Wang <span dir="ltr"><<a href="mailto:edward.c.wang@compdigitec.com" target="_blank">edward.c.wang@compdigitec.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 12-05-09 05:20 AM, Philipp Dreimann <<a href="mailto:philipp@dreimann.net" target="_blank">philipp@dreimann.net</a>> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
the compile.sh script currently fails the first time it is executed<br>
because of this bug.<br>
<br>
Best,<br>
  Philipp Dreimann<br>
<br>
<br>
<br>
diff --git a/compile.sh b/compile.sh<br>
index 8c2d614..4851718 100755<br>
--- a/compile.sh<br>
+++ b/compile.sh<br>
@@ -44,9 +44,9 @@ TESTED_HASH=5069692bfb<br>
  if [ ! -d "vlc" ]; then<br>
      echo "VLC source not found, cloning"<br>
      git clone git://<a href="http://git.videolan.org/vlc.git" target="_blank">git.videolan.org/vlc.git</a> vlc<br>
+    cd vlc<br>
      git checkout -B android ${TESTED_HASH}<br>
      echo "Applying the patches"<br>
-    cd vlc<br>
      git am ../patches/*.patch<br>
  else<br>
      echo "VLC source found"<br>
</blockquote></div>
Looks good to me<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/<u></u>listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>