[vlc-devel] [PATCH][RFC] configure: remove 32-bit Lua test
Andrey Gursky
andrey.gursky at e-mail.ua
Thu Apr 7 19:48:49 CEST 2016
Hi Sean!
On Thu, 7 Apr 2016 12:37:04 -0400
Sean McGovern <gseanmcg at gmail.com> wrote:
> Lua 5.3+ functions correctly with 64-bit integers
> ---
> I imagine this will generate some controversy, but it would
> be nice for 64-bit builds with Lua to work again.
64-bit? 32bit arm build of vlc-android fails as well.
> ---
> configure.ac | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 1842021..6fac8dc 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1554,9 +1554,6 @@ then
> AS_IF([test "${LUAC}" = "false"], [
> AC_MSG_ERROR([Could not find the LUA byte compiler.])
> ])
> - AS_IF([test -d "${CONTRIB_DIR}" -a -f "${CONTRIB_DIR}/lib/liblua.a" -a `echo|${LUAC} -o - -|od -j 8 -N 2 -t x2|head -n 1|tr -s ' '|cut -d' ' -f2` != 0404], [
> - AC_MSG_ERROR([You need 32-bits luac when using lua from contrib.])
> - ])
> fi
> AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])
>
> --
> 1.7.9.2
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
--
Andrey Gursky <andrey.gursky at e-mail.ua>
More information about the vlc-devel
mailing list