[vlc-devel] [PATCH] contrib: zvbi: use a more recent autoconf
Rémi Denis-Courmont
remi at remlab.net
Thu Oct 27 13:01:13 CEST 2016
Le keskiviikkona 26. lokakuuta 2016, 17.36.38 EEST Steve Lhomme a écrit :
> otherwise it doesn't understand the androideabi target
> ---
> contrib/src/zvbi/rules.mak | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/contrib/src/zvbi/rules.mak b/contrib/src/zvbi/rules.mak
> index 5c43542..d335cea 100644
> --- a/contrib/src/zvbi/rules.mak
> +++ b/contrib/src/zvbi/rules.mak
> @@ -44,6 +44,7 @@ endif
>
> .zvbi: zvbi
> $(UPDATE_AUTOCONFIG)
> + cd $< && rm -rf aclocal.m4 Makefile.in
> $(RECONF)
> cd $< && $(HOSTVARS) CFLAGS="$(ZVBI_CFLAGS)" ./configure $(ZVBICONF)
> cd $</src && $(MAKE) install
RECONF is supposed to override those files already. Why is it needed??
--
Rémi Denis-Courmont
Nonsponsored VLC developer
http://www.remlab.net/CV.pdf
More information about the vlc-devel
mailing list