From patchwork Wed Jun 13 16:28:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 928969 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.136; helo=silver.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 silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415XHx4l4tz9s0W for ; Thu, 14 Jun 2018 02:28:45 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4CFA830572; Wed, 13 Jun 2018 16:28:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tQyRZ+qEorS3; Wed, 13 Jun 2018 16:28:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3C37D303DF; Wed, 13 Jun 2018 16:28:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B2AC41C025C for ; Wed, 13 Jun 2018 16:28:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CC0212FE15 for ; Wed, 13 Jun 2018 16:28:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FCu2kN475p39 for ; Wed, 13 Jun 2018 16:28:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by silver.osuosl.org (Postfix) with ESMTPS id 5B5D026FE0 for ; Wed, 13 Jun 2018 16:28:35 +0000 (UTC) Received: from fwd01.aul.t-online.de (fwd01.aul.t-online.de [172.20.27.147]) by mailout04.t-online.de (Postfix) with SMTP id 469D041B2F0E for ; Wed, 13 Jun 2018 18:28:33 +0200 (CEST) Received: from fli4l.lan.fli4l (TzKnMqZSwhdr638PeY6smQWRo74AWwsdJ+B5rWY8O7mO8gFuraDHaUPsBIOSe7nQcn@[84.161.187.225]) by fwd01.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fT8dJ-0Cq4aO0; 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-GY for buildroot@buildroot.org; Wed, 13 Jun 2018 18:28:28 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Jun 2018 18:28:25 +0200 Message-Id: <20180613162826.3490-5-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: TzKnMqZSwhdr638PeY6smQWRo74AWwsdJ+B5rWY8O7mO8gFuraDHaUPsBIOSe7nQcn X-TOI-MSGID: 107bd472-2bdf-44a1-b49f-484944c8d547 Subject: [Buildroot] [PATCH v3 5/6] package/linphone: needs 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/956/956b8cffa0a35a417763ad72bb7c8e8a8b2fe6b0/ Signed-off-by: Bernd Kuhls --- v3: no changes v2: no changes package/linphone/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/linphone/Config.in b/package/linphone/Config.in index 2504ca2b49..06eb059cfd 100644 --- a/package/linphone/Config.in +++ b/package/linphone/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_LINPHONE depends on BR2_USE_MMU # libeXosip2 select BR2_PACKAGE_LIBEXOSIP2 select BR2_PACKAGE_SPEEX + select BR2_PACKAGE_SPEEXDSP help Linphone is an internet phone or Voice Over IP phone (VoIP).