[vlc-devel] [PATCH 3/4] contrib/fluidsynth: compile glib on Darwin since otherwise compilation will fail

Rémi Denis-Courmont remi at remlab.net
Sat Nov 30 16:51:02 CET 2013


Le vendredi 29 novembre 2013, 18:46:59 Felix Paul Kühne a écrit :
> ---
>  contrib/src/fluid/rules.mak | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/contrib/src/fluid/rules.mak b/contrib/src/fluid/rules.mak
> index 080149c..82f2db7 100644
> --- a/contrib/src/fluid/rules.mak
> +++ b/contrib/src/fluid/rules.mak
> @@ -10,6 +10,10 @@ ifeq ($(call need_pkg,"fluidsynth >= 1.1.2"),)
>  PKGS_FOUND += fluid
>  endif
> 
> +ifdef HAVE_DARWIN_OS
> +DEPS_fluid = glib $(DEPS_glib)
> +endif

How is that Darwin-specific?

> +
>  $(TARBALLS)/fluidsynth-$(FLUID_VERSION).tar.bz2:
>  	$(call download,$(FLUID_URL))

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list