All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: can't compile ffmpeg without x11
Date: Mon, 8 Feb 2016 14:38:27 +0200	[thread overview]
Message-ID: <56B88C43.8000602@linux.intel.com> (raw)
In-Reply-To: <CADwFkYfpFmA_29cJqSJTD=9ZMkBCWVGbqQm9_-05inkLJEYkbg@mail.gmail.com>

On 02/02/2016 12:08 PM, Yi Qingliang wrote:
> HELLO!
>
> in ffmpeg.bb:
>
> DEPENDS = "alsa-lib zlib libogg yasm-native libxv"
> PACKAGECONFIG ??= "... ${@bb.utils.contains('DISTRO_FEATURES', 'x11',
> 'x11', '', d)}"
>
>
> the 'DEPENDS' says it need libxv which need x11, so the x11 detection
> in 'PACKAGECONFIG' will not work anymore.
>
> can I use ffmpeg without x11 ? (indeed, I want to use opencv)

Yes. From my investigation of upstream, libxv is a floating, 
non-configurable dependency of libavdevice.

I'll send a patch that adds libxv recipe dependency only when 
libavdevice is enabled.


Alex


      parent reply	other threads:[~2016-02-08 12:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 10:08 can't compile ffmpeg without x11 Yi Qingliang
2016-02-03 10:39 ` Carlos Rafael Giani
2016-02-08 12:38 ` Alexander Kanavin [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=56B88C43.8000602@linux.intel.com \
    --to=alexander.kanavin@linux.intel.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.