[vlc-devel] [PATCH] aribb25: build only if external dependancies are met
Rémi Denis-Courmont
remi at remlab.net
Mon Jul 13 11:01:12 CEST 2015
Le 2015-07-12 18:16, Sean McGovern a écrit :
> +
> +ifeq (WANT_ARIBB25,1)
> +PKGS += aribb25
> ifeq ($(call need_pkg,"aribb25"),)
> PKGS_FOUND += aribb25
> endif
> +endif
Misplaced. If the system provides ARIBB25, then you have it even if you
don't want it.
>
> $(TARBALLS)/aribb25-$(ARIBB25_VERSION).tar.gz:
> $(call download,$(ARIBB25_URL))
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list