[vlc-devel] [vlc-commits] extras: raspberry: unbreak lua compilation when using prebuilt contribs
Steve Lhomme
robux4 at ycbcr.xyz
Sat Mar 21 09:40:02 CET 2020
This might be solved in the contribs. The native luac should be built
whenever we cross compile. I'll investigate why it works for other cross
compilations but not this one.
On 2020-03-20 18:27, Konstantin Pavlov wrote:
> vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Mar 20 20:19:23 2020 +0300| [fad0d14618f7be34b04347e517644764d43d8dad] | committer: Konstantin Pavlov
>
> extras: raspberry: unbreak lua compilation when using prebuilt contribs
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fad0d14618f7be34b04347e517644764d43d8dad
> ---
>
> extras/package/raspberry/build.sh | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/extras/package/raspberry/build.sh b/extras/package/raspberry/build.sh
> index 924695d66f..262e955533 100755
> --- a/extras/package/raspberry/build.sh
> +++ b/extras/package/raspberry/build.sh
> @@ -133,8 +133,10 @@ if [ "$PREBUILT" != "yes" ]; then
> fi
> elif [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
> make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
> + make -j$JOBS --output-sync=recurse .luac
> else
> make prebuilt
> + make -j$JOBS --output-sync=recurse .luac
> fi
> cd ../..
>
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits
>
More information about the vlc-devel
mailing list