From: Valentine Barshak <gvaxon@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] mplayer: Amend libmad selection
Date: Fri, 28 Sep 2012 23:19:25 +0400 [thread overview]
Message-ID: <20120928191925.GA9852@gmail.com> (raw)
In-Reply-To: <20120928191730.GA9550@gmail.com>
Do not set both --enable-mad and --disable-mad.
Signed-off-by: Valentine Barshak <gvaxon@gmail.com>
---
package/multimedia/mplayer/mplayer.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index 05120bf..788beeb 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -66,6 +66,7 @@ endif
ifeq ($(BR2_PACKAGE_LIBMAD),y)
MPLAYER_DEPENDENCIES += libmad
+MPLAYER_CONF_OPTS += --enable-mad
else
MPLAYER_CONF_OPTS += --disable-mad
endif
@@ -121,7 +122,6 @@ define MPLAYER_CONFIGURE_CMDS
--extra-cflags="$(MPLAYER_CFLAGS)" \
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
--yasm='' \
- --enable-mad \
--enable-fbdev \
$(MPLAYER_CONF_OPTS) \
--enable-cross-compile \
--
1.7.11.4
next prev parent reply other threads:[~2012-09-28 19:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-28 19:17 [Buildroot] [PATCH 0/2] Slightly amend mplayer options Valentine Barshak
2012-09-28 19:19 ` Valentine Barshak [this message]
2012-09-28 19:19 ` [Buildroot] [PATCH 2/2] mplayer: Only enable IPv6 if BR2_INET_IPV6 is set Valentine Barshak
2012-10-04 21:30 ` [Buildroot] [PATCH 0/2] Slightly amend mplayer options Peter Korsgaard
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=20120928191925.GA9852@gmail.com \
--to=gvaxon@gmail.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 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.