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: Sun, 13 Jun 2010 14:01:48 +0200 [thread overview]
Message-ID: <87k4q3f8er.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1276359761-13721-4-git-send-email-luca@lucaceresoli.net> (Luca Ceresoli's message of "Sat, 12 Jun 2010 18:22:40 +0200")
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:
Luca> Add the option to customize the list of decoders, encoders,
Luca> muxers, demuxers, parsers, protocols, bsfs and filters to be
Luca> built into ffmpeg, and to compile or exclude input and output
Luca> devices.
Luca> +++ b/package/multimedia/ffmpeg/ffmpeg.mk
Luca> @@ -49,6 +49,58 @@ else
Luca> FFMPEG_CONF_OPT += --disable-ffserver
Luca> endif
Luca> +ifneq ($(BR2_PACKAGE_FFMPEG_ENCODERS),"all")
Luca> +FFMPEG_CONF_OPT += --disable-encoders \
Luca> + $(foreach x,$(call qstrip,$(BR2_PACKAGE_FFMPEG_ENCODERS)),--enable-encoder=$(x))
Luca> +endif
Luca> +
Luca> +ifneq ($(BR2_PACKAGE_FFMPEG_DECODERS),"all")
I would suggest you use qstrip + strip here as well, so it doesn't break if the
user accidently added extra spaces or so.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2010-06-13 12:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-12 16:22 [Buildroot] Add ffmpeg support Luca Ceresoli
2010-06-12 16:22 ` [Buildroot] [PATCH 1/4] ffmpeg: add new package Luca Ceresoli
2010-06-13 11:54 ` Peter Korsgaard
2010-06-12 16:22 ` [Buildroot] [PATCH 2/4] ffmpeg: add commandline programs 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 [this message]
2010-06-12 16:22 ` [Buildroot] [PATCH 4/4] ffmpeg: add user-defined configure parameters Luca Ceresoli
-- strict thread matches above, loose matches on Subject: below --
2010-06-14 8:50 [Buildroot] [PATCH 3/4] ffmpeg: allow customization of codecs, (de)muxers and other components Luca Ceresoli
2010-06-14 9:26 ` Peter Korsgaard
2010-06-14 10:00 Luca Ceresoli
2010-06-14 11:25 ` 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=87k4q3f8er.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.