[Android] [PATCH] contrib: disable harfbuzz on Android

XilasZ xilasz at gmail.com
Sat Aug 18 18:56:16 CEST 2012


ping ?

On Mon, Aug 13, 2012 at 2:15 AM, Edward Wang
<edward.c.wang at compdigitec.com>wrote:

> For consistency with 691e604cd61e5285e69faa6f99647f6bcea817ef, libass
> doesn't need harfbuzz on Android. (It doesn't build anyway.)
> ---
>  contrib/src/ass/rules.mak |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/contrib/src/ass/rules.mak b/contrib/src/ass/rules.mak
> index 2d1099d..fa6f6d0 100644
> --- a/contrib/src/ass/rules.mak
> +++ b/contrib/src/ass/rules.mak
> @@ -9,11 +9,11 @@ endif
>
>  ifdef HAVE_ANDROID
>  WITH_FONTCONFIG = 0
> +WITH_HARFBUZZ = 0
>  else
>  WITH_FONTCONFIG = 1
> -endif
> -
>  WITH_HARFBUZZ = 1
> +endif
>
>  $(TARBALLS)/libass-$(ASS_VERSION).tar.gz:
>         $(call download,$(ASS_URL))
> --
> 1.7.5.4
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> http://mailman.videolan.org/listinfo/android
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20120818/dbe65d60/attachment.html>


More information about the Android mailing list