* [Buildroot] [PATCH 1/1] package/linphone: alsa support in mediastreamer needs alsa_lib_mixer
@ 2016-03-30 5:41 Bernd Kuhls
2016-03-30 14:10 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-03-30 5:41 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/dd6/dd6cbff641028b25303c3b462e2058b56e53f1dd/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/linphone/linphone.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk
index eb676ea..df80490 100644
--- a/package/linphone/linphone.mk
+++ b/package/linphone/linphone.mk
@@ -36,6 +36,13 @@ endif
# needed for bundled mediastreamer2
LINPHONE_DEPENDENCIES += host-intltool host-gettext
+ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
+LINPHONE_CONF_OPTS += --enable-alsa
+LINPHONE_DEPENDENCIES += alsa-lib
+else
+LINPHONE_CONF_OPTS += --disable-alsa
+endif
+
ifeq ($(BR2_PACKAGE_LIBV4L),y)
LINPHONE_CONF_OPTS += --enable-libv4l1 --enable-libv4l2
LINPHONE_DEPENDENCIES += libv4l
--
2.8.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-30 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 5:41 [Buildroot] [PATCH 1/1] package/linphone: alsa support in mediastreamer needs alsa_lib_mixer Bernd Kuhls
2016-03-30 14:10 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox