[vlc-devel] [PATCH] contrib: fix protobuf build on Android
Tristan Matthews
le.businessman at gmail.com
Wed Oct 1 18:17:45 CEST 2014
On Wed, Oct 1, 2014 at 12:09 PM, Thomas Guillem <thomas.guillem at gmail.com>
wrote:
> ---
> contrib/src/protobuf/rules.mak | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/src/protobuf/rules.mak
> b/contrib/src/protobuf/rules.mak
> index 9fbd339..dbc2338 100644
> --- a/contrib/src/protobuf/rules.mak
> +++ b/contrib/src/protobuf/rules.mak
> @@ -7,6 +7,13 @@ ifeq ($(call need_pkg,"protobuf"),)
> PKGS_FOUND += protobuf
> endif
>
> +ifdef HAVE_ANDROID
> +HOSTVARS_EXTRA := \
> +
> LIBS="$(ANDROID_NDK)/sources/cxx-stl/gnu-libstdc++/$(GCCVER)/libs/$(ANDROID_ABI)/libgnustl_static.a"
> +else
> +HOSTVARS_EXTRA :=
> +endif
> +
>
Is this not an issue for other c++ deps on Android?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20141001/0017173a/attachment.html>
More information about the vlc-devel
mailing list