[Buildroot] [PATCH 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components

Peter Korsgaard jacmet at uclibc.org
Mon Jun 14 11:25:27 UTC 2010


>>>>> "Luca" == Luca Ceresoli <luca at lucaceresoli.net> writes:

Hi,

 >> Not the foreach, but the ifneq (....,"all") would break if the user
 >> ended up setting it to "all " or " all" or similar.

 Luca> Sorry, now I got what you mean.

 Luca> Why do you say qstrip+strip anyway? qstrip does strip itself:

Ahh yes, then just qstrip.

 Luca> So I would do:
 Luca> -ifneq ($(BR2_PACKAGE_FFMPEG_ENCODERS),"all")
 Luca> +ifneq ($(call qstrip,$(BR2_PACKAGE_FFMPEG_ENCODERS)),all)

 Luca> If that's ok, it will be in the re-submitted patches.

Yes please.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list