All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components
Date: Mon, 14 Jun 2010 13:25:27 +0200	[thread overview]
Message-ID: <8739wpg8k8.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <L40153$4B4F2698302B94CA4D89952637FD93F6@aruba.it> (Luca Ceresoli's message of "Mon, 14 Jun 2010 12:00:39 +0200")

>>>>> "Luca" == Luca Ceresoli <luca@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

  reply	other threads:[~2010-06-14 11:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14 10:00 [Buildroot] [PATCH 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components Luca Ceresoli
2010-06-14 11:25 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-14  8:50 Luca Ceresoli
2010-06-14  9:26 ` Peter Korsgaard
2010-06-12 16:22 [Buildroot] Add ffmpeg support Luca Ceresoli
2010-06-12 16:22 ` [Buildroot] [PATCH 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components Luca Ceresoli
2010-06-13 12:01   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8739wpg8k8.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.