[vlc-devel] [PATCH 02/15] nacl: Add new system type

Rémi Denis-Courmont remi at remlab.net
Wed Mar 8 18:13:22 CET 2017


Le keskiviikkona 8. maaliskuuta 2017, 15.55.19 EET Julian Scheel a écrit :
> Add system type for Google (Portable) Native Client. As Portable Native
> Clients do not allow dynamic library loading the plugin loader is
> worthless and thus replaced by a dummy stub.
> As newlib does not provide strerror_l the existing replacement from
> android platform is used.
> 
> Signed-off-by: Julian Scheel <julian at jusst.de>
> ---
>  configure.ac      |  2 ++
>  src/Makefile.am   | 12 ++++++++++++
>  src/nacl/plugin.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 60 insertions(+)
>  create mode 100644 src/nacl/plugin.c
> 
> diff --git a/configure.ac b/configure.ac
> index ad4586afcb..1e85fcdbf8 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -330,6 +330,8 @@ AM_CONDITIONAL(HAVE_IOS,     test "${HAVE_IOS}" = "1")
>  AM_CONDITIONAL(HAVE_OSX,     test "${HAVE_OSX}" = "1")
>  AM_CONDITIONAL(HAVE_TVOS,    test "${HAVE_TVOS}" = "1")
> 
> +AM_CONDITIONAL(HAVE_NACL,    test "${SYS}" = "nacl")
> +

This can´t work; it´s an antilogy. It seems like these patches were posted 
without due diligence, so I´m ignoring the rest of series.

-- 
雷米‧德尼-库尔蒙
https://www.remlab.net/



More information about the vlc-devel mailing list