[vlc-devel] [PATCH] android compile.sh reordering

XilasZ xilasz at gmail.com
Thu May 10 00:42:11 CEST 2012


indeed, applied, thanks.

On Wed, May 9, 2012 at 10:51 PM, Edward Wang
<edward.c.wang at compdigitec.com>wrote:

> On 12-05-09 05:20 AM, Philipp Dreimann <philipp at dreimann.net> wrote:
>
>> Hello,
>>
>> the compile.sh script currently fails the first time it is executed
>> because of this bug.
>>
>> Best,
>>  Philipp Dreimann
>>
>>
>>
>> diff --git a/compile.sh b/compile.sh
>> index 8c2d614..4851718 100755
>> --- a/compile.sh
>> +++ b/compile.sh
>> @@ -44,9 +44,9 @@ TESTED_HASH=5069692bfb
>>  if [ ! -d "vlc" ]; then
>>      echo "VLC source not found, cloning"
>>      git clone git://git.videolan.org/vlc.git vlc
>> +    cd vlc
>>      git checkout -B android ${TESTED_HASH}
>>      echo "Applying the patches"
>> -    cd vlc
>>      git am ../patches/*.patch
>>  else
>>      echo "VLC source found"
>>
> Looks good to me
>
> ______________________________**_________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/**listinfo/vlc-devel<http://mailman.videolan.org/listinfo/vlc-devel>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120510/acd54727/attachment.html>


More information about the vlc-devel mailing list