All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Liu <net147@gmail.com>
To: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] ffmpeg: add bzlib and lzma PACKAGECONFIGs
Date: Sat, 27 Feb 2016 01:06:49 +1100	[thread overview]
Message-ID: <CANwerB1SUCBUN7ppby7u7LnD_TOme=PL+6k8u2oxkPm58jZEyQ@mail.gmail.com> (raw)
In-Reply-To: <1456485390-1390-1-git-send-email-net147@gmail.com>

On 26 February 2016 at 22:16, Jonathan Liu <net147@gmail.com> wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
> index e7b20fa..53156ed 100644
> --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
> +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
> @@ -30,14 +30,16 @@ DEPENDS += "${@bb.utils.contains('PACKAGECONFIG', 'avdevice', bb.utils.contains(
>
>  inherit autotools pkgconfig
>
> -PACKAGECONFIG ??= "avdevice avfilter gpl theora x264 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
> +PACKAGECONFIG ??= "avdevice avfilter bzlib gpl lzma theora x264 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
>  PACKAGECONFIG[avdevice] = "--enable-avdevice,--disable-avdevice"
>  PACKAGECONFIG[avfilter] = "--enable-avfilter,--disable-avfilter"
> +PACKAGECONFIG[bzlib] = "--enable-bzlib,--disable-bzlib,bzip2"
>  PACKAGECONFIG[faac] = "--enable-libfaac,--disable-libfaac,faac"
>  PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl"
>  PACKAGECONFIG[gsm] = "--enable-libgsm,--disable-libgsm,libgsm"
>  PACKAGECONFIG[jack] = "--enable-indev=jack,--disable-indev=jack,jack"
>  PACKAGECONFIG[libvorbis] = "--enable-libvorbis,--disable-libvorbis,libvorbis"
> +PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz"
>  PACKAGECONFIG[mp3lame] = "--enable-libmp3lame,--disable-libmp3lame,lame"
>  PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
>  PACKAGECONFIG[schroedinger] = "--enable-libschroedinger,--disable-libschroedinger,schroedinger"
> --
> 2.7.1
>

Please disregard this patch. I will rework it to include a
PACKAGECONFIG for xv as well.

Regards,
Jonathan


      reply	other threads:[~2016-02-26 14:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26 11:16 [PATCH] ffmpeg: add bzlib and lzma PACKAGECONFIGs Jonathan Liu
2016-02-26 14:06 ` Jonathan Liu [this message]

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='CANwerB1SUCBUN7ppby7u7LnD_TOme=PL+6k8u2oxkPm58jZEyQ@mail.gmail.com' \
    --to=net147@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.