From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/8] package/ffmpeg: Enable support for libavresample
Date: Tue, 14 Oct 2014 10:21:43 +0200 [thread overview]
Message-ID: <20141014082142.GF3730@free.fr> (raw)
In-Reply-To: <1413137610-21887-2-git-send-email-bernd.kuhls@t-online.de>
Bernd, All,
On 2014-10-12 20:13 +0200, Bernd Kuhls spake thusly:
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/ffmpeg/Config.in | 5 +++++
> package/ffmpeg/ffmpeg.mk | 6 ++++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
> index 20d5231..6fde46e 100644
> --- a/package/ffmpeg/Config.in
> +++ b/package/ffmpeg/Config.in
> @@ -49,6 +49,11 @@ config BR2_PACKAGE_FFMPEG_FFSERVER
> help
> FFserver is a streaming server for both audio and video.
>
> +config BR2_PACKAGE_FFMPEG_AVRESAMPLE
> + bool "Build libavresample"
> + help
> + Avresample is a audio conversion library for compatibility.
> +
> config BR2_PACKAGE_FFMPEG_POSTPROC
> bool "Build libpostproc"
> depends on BR2_PACKAGE_FFMPEG_GPL
> diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
> index af4e1f6..0493385 100644
> --- a/package/ffmpeg/ffmpeg.mk
> +++ b/package/ffmpeg/ffmpeg.mk
> @@ -104,6 +104,12 @@ else
> FFMPEG_CONF_OPTS += --disable-ffserver
> endif
>
> +ifeq ($(BR2_PACKAGE_FFMPEG_AVRESAMPLE),y)
> +FFMPEG_CONF_OPTS += --enable-avresample
> +else
> +FFMPEG_CONF_OPTS += --disable-avresample
> +endif
> +
> ifeq ($(BR2_PACKAGE_FFMPEG_POSTPROC),y)
> FFMPEG_CONF_OPTS += --enable-postproc
> else
> --
> 1.7.10.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-10-14 8:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-12 18:13 [Buildroot] [PATCH 1/8] package/libdvbcsa: New package Bernd Kuhls
2014-10-12 18:13 ` [Buildroot] [PATCH 2/8] package/ffmpeg: Enable support for libavresample Bernd Kuhls
2014-10-14 8:21 ` Yann E. MORIN [this message]
2014-10-12 18:13 ` [Buildroot] [PATCH 3/8] package/tvheadend: Convert to autotools-package Bernd Kuhls
2014-10-12 19:34 ` Thomas Petazzoni
2014-10-13 17:46 ` Bernd Kuhls
2014-10-12 18:13 ` [Buildroot] [PATCH 4/8] package/tvheadend: Needs iconv() Bernd Kuhls
2014-10-12 19:33 ` Thomas Petazzoni
2014-10-12 18:13 ` [Buildroot] [PATCH 5/8] package/tvheadend: Add support for libdvbcsa Bernd Kuhls
2014-10-14 8:22 ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 6/8] package/tvheadend: Enable bundled build Bernd Kuhls
2014-10-12 18:20 ` Bernd Kuhls
2014-10-12 19:35 ` Thomas Petazzoni
2014-10-14 8:26 ` Yann E. MORIN
2014-10-14 8:26 ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 7/8] package/tvheadend: Bump version to current git master Bernd Kuhls
2014-10-14 8:29 ` Yann E. MORIN
2014-10-12 18:13 ` [Buildroot] [PATCH 8/8] package/tvheadend: Add transcoding support by ffmpeg Bernd Kuhls
2014-10-14 8:29 ` Yann E. MORIN
2014-10-14 8:20 ` [Buildroot] [PATCH 1/8] package/libdvbcsa: New package Yann E. MORIN
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=20141014082142.GF3730@free.fr \
--to=yann.morin.1998@free.fr \
--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.