All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mplayer: needs zlib
Date: Wed, 14 Oct 2015 11:09:25 -0300	[thread overview]
Message-ID: <561E6215.1000201@zacarias.com.ar> (raw)
In-Reply-To: <561E6193.1030208@imgtec.com>

On 14/10/15 11:07, Vicente Olivert Riera wrote:

> and why not disable apng and tdsc unconditionally? As you said, "these
> formats are unlikely to normally be used via mplayer", so if someone
> needs support for them, a future patch could do the work.
>
> Regards,
>
> Vincent.

Hi Vincent.
Well, you could just do:

ifeq ($(BR2_PACKAGE_ZLIB),y)
MPLAYER_DEPENDENCIES += zlib
else
MPLAYER_CONF_OPTS += --disable-decoder=apng --disable-encoder=apng 
--disable-decoder=tdsc
endif

Can't you?
Regards.

  reply	other threads:[~2015-10-14 14:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13  9:58 [Buildroot] [PATCH] mplayer: needs zlib Vicente Olivert Riera
2015-10-13 20:57 ` Thomas Petazzoni
2015-10-14 13:56   ` Gustavo Zacarias
2015-10-14 14:07     ` Vicente Olivert Riera
2015-10-14 14:09       ` Gustavo Zacarias [this message]
2015-10-14 14:16         ` Vicente Olivert Riera
2015-10-13 20:59 ` 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=561E6215.1000201@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --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.