From: Dagg Stompler <daggs@gmx.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4 v3] kodi: allow enablement of libamcodec as codec if selected
Date: Fri, 24 Jun 2016 21:22:56 +0300 [thread overview]
Message-ID: <20160624182256.11909-4-daggs@gmx.com> (raw)
In-Reply-To: <20160624182256.11909-1-daggs@gmx.com>
ported from libreelec
v2 -> v3:
- fix change after kodi.mk was changed.
Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
package/kodi/kodi.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 90c50c3..d426d12 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -56,6 +56,9 @@ endif
ifeq ($(BR2_PACKAGE_IMX_VPUWRAP),y)
KODI_DEPENDENCIES += imx-vpuwrap
KODI_CONF_OPTS += --enable-codec=imxvpu
+else ifeq ($(BR2_PACKAGE_LIBAMCODEC),y)
+KODI_DEPENDENCIES += libamcodec
+KODI_CONF_OPTS += --enable-codec=amcodec
endif
ifeq ($(BR2_PACKAGE_LIBCAP),y)
--
2.9.0
next prev parent reply other threads:[~2016-06-24 18:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-24 18:22 [Buildroot] [PATCH 1/4 v2] odroid-scripts: New Package Dagg Stompler
2016-06-24 18:22 ` [Buildroot] [PATCH 2/4 v3] odroid-mali: " Dagg Stompler
2016-06-24 18:22 ` [Buildroot] [PATCH 3/4 v3] libamcodec: " Dagg Stompler
2016-06-25 4:11 ` James Knight
2016-06-25 6:37 ` daggs
2016-06-25 12:15 ` Bernd Kuhls
2016-06-25 12:54 ` Thomas Petazzoni
2016-06-25 13:13 ` daggs
2016-06-25 13:53 ` Bernd Kuhls
2016-06-24 18:22 ` Dagg Stompler [this message]
2016-06-25 14:14 ` [Buildroot] [PATCH 4/4 v3] kodi: allow enablement of libamcodec as codec if selected Bernd Kuhls
2016-07-01 11:04 ` daggs
2016-07-02 17:58 ` daggs
2016-07-02 20:15 ` Arnout Vandecappelle
2016-07-03 5:40 ` daggs
2016-07-03 8:33 ` Arnout Vandecappelle
2016-07-06 5:02 ` daggs
2016-08-27 20:30 ` 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=20160624182256.11909-4-daggs@gmx.com \
--to=daggs@gmx.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.