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

Edward Wang edward.c.wang at compdigitec.com
Wed May 9 22:51:10 CEST 2012


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



More information about the vlc-devel mailing list