* [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio
@ 2017-03-12 11:44 Bernd Kuhls
2017-03-12 15:08 ` Thomas Petazzoni
2017-03-13 23:28 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-03-12 11:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/mplayer/mplayer.mk | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 07307cede..8288dcb1e 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -224,6 +224,12 @@ else
MPLAYER_CONF_OPTS += --disable-gif
endif
+# We intentionally don't pass --enable-pulse, to let the
+# autodetection find which library to link with.
+ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
+MPLAYER_DEPENDENCIES += pulseaudio
+endif
+
# We intentionally don't pass --enable-librtmp to let autodetection
# find which library to link with.
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio
2017-03-12 11:44 [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio Bernd Kuhls
@ 2017-03-12 15:08 ` Thomas Petazzoni
2017-03-13 23:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-12 15:08 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 12 Mar 2017 12:44:57 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/mplayer/mplayer.mk | 6 ++++++
> 1 file changed, 6 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio
2017-03-12 11:44 [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio Bernd Kuhls
2017-03-12 15:08 ` Thomas Petazzoni
@ 2017-03-13 23:28 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-13 23:28 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-13 23:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 11:44 [Buildroot] [PATCH 1/1] package/mplayer: add optional support for pulseaudio Bernd Kuhls
2017-03-12 15:08 ` Thomas Petazzoni
2017-03-13 23:28 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox