From patchwork Wed Jun 13 16:28:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 928970 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415XJ02XWNz9s0W for ; Thu, 14 Jun 2018 02:28:48 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8AB3E8A31F; Wed, 13 Jun 2018 16:28:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RyAeKGw3p-ov; Wed, 13 Jun 2018 16:28:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 95B6C8A1A3; Wed, 13 Jun 2018 16:28:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6DCE01C025C for ; Wed, 13 Jun 2018 16:28:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6B1FE8A97F for ; Wed, 13 Jun 2018 16:28:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3TEMe7s3LCw4 for ; Wed, 13 Jun 2018 16:28:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by hemlock.osuosl.org (Postfix) with ESMTPS id E52C98A989 for ; Wed, 13 Jun 2018 16:28:41 +0000 (UTC) Received: from fwd16.aul.t-online.de (fwd16.aul.t-online.de [172.20.26.243]) by mailout09.t-online.de (Postfix) with SMTP id EA7A0424F7B4 for ; Wed, 13 Jun 2018 18:28:39 +0200 (CEST) Received: from fli4l.lan.fli4l (VUICmgZeZh5bf7RKtK4IIK8WUXgCEIGHJocR24btanr+MgoaPWZRtN1wmtXaO-AZne@[84.161.187.225]) by fwd16.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fT8dJ-1IsqvI0; Wed, 13 Jun 2018 18:28:29 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37968 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fT8dI-0007K6-Rd for buildroot@buildroot.org; Wed, 13 Jun 2018 18:28:29 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Jun 2018 18:28:26 +0200 Message-Id: <20180613162826.3490-6-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180613162826.3490-1-bernd.kuhls@t-online.de> References: <20180613162826.3490-1-bernd.kuhls@t-online.de> X-ID: VUICmgZeZh5bf7RKtK4IIK8WUXgCEIGHJocR24btanr+MgoaPWZRtN1wmtXaO-AZne X-TOI-MSGID: 070a6e48-9b9f-44dc-9267-fde7ebabec77 Subject: [Buildroot] [PATCH v3 6/6] package/mediastreamer: add optional dependency to speexdsp X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes http://autobuild.buildroot.net/results/594/594ea96cd7b6726052268a3c0b094e00e7b8f12f/ Signed-off-by: Bernd Kuhls --- v3: initial version package/mediastreamer/mediastreamer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mediastreamer/mediastreamer.mk b/package/mediastreamer/mediastreamer.mk index 1276cfae10..d3b70f4ca9 100644 --- a/package/mediastreamer/mediastreamer.mk +++ b/package/mediastreamer/mediastreamer.mk @@ -46,7 +46,7 @@ MEDIASTREAMER_CONF_OPTS += --disable-opus endif # portaudio backend needs speex as well -ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEX),yy) +ifeq ($(BR2_PACKAGE_PORTAUDIO)$(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yyy) MEDIASTREAMER_CONF_OPTS += --enable-portaudio MEDIASTREAMER_DEPENDENCIES += portaudio speex else