[vlc-devel] [PATCH] contrib: --disable-all doesn't build anything
Rafaël Carré
funman at videolan.org
Thu Dec 1 19:13:10 CET 2011
Le Wed, 30 Nov 2011 13:59:26 -0500,
Rafaël Carré <funman at videolan.org> a écrit :
> ---
> contrib/src/main.mak | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak
> index eef0ac2..0ffacde 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -264,6 +264,9 @@ CMAKE = cmake . -DCMAKE_TOOLCHAIN_FILE=$(abspath toolchain.cmake) \
> PKGS_FOUND :=
> include $(SRC)/*/rules.mak
>
> +ifeq ($(PKGS_DISABLE), all)
> +PKGS :=
> +endif
> #
> # Targets
> #
courmisch?
the goal is to use --disable-all --enable-ffmpeg --enable-a52 --enable-vpx (e.g. for embedded)
--
Rafaël Carré
More information about the vlc-devel
mailing list