Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mplayer: use autodetection for dvdnav
Date: Mon, 30 Nov 2015 16:08:57 +0000	[thread overview]
Message-ID: <565C7499.4080808@imgtec.com> (raw)
In-Reply-To: <1447927571-38206-1-git-send-email-Vincent.Riera@imgtec.com>

ping. This patch is quite trivial, I think.

Regards,

Vincent.

On 19/11/15 10:06, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/mplayer/mplayer.mk |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
> index ad2d9dd..3051afa 100644
> --- a/package/mplayer/mplayer.mk
> +++ b/package/mplayer/mplayer.mk
> @@ -125,9 +125,10 @@ MPLAYER_CONF_OPTS +=  \
>  MPLAYER_DEPENDENCIES += libdvdread
>  endif
>  
> +# We intentionally don't pass --enable-dvdnav to let the autodetection
> +# find which library to link with.
>  ifeq ($(BR2_PACKAGE_LIBDVDNAV),y)
>  MPLAYER_CONF_OPTS +=  \
> -	--enable-dvdnav \
>  	--with-dvdnav-config=$(STAGING_DIR)/usr/bin/dvdnav-config
>  MPLAYER_DEPENDENCIES += libdvdnav
>  endif
> 

  reply	other threads:[~2015-11-30 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-19 10:06 [Buildroot] [PATCH] mplayer: use autodetection for dvdnav Vicente Olivert Riera
2015-11-30 16:08 ` Vicente Olivert Riera [this message]
2015-12-15 12:39 ` Thomas Petazzoni

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=565C7499.4080808@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox