From patchwork Wed Jun 13 16:28:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 928971 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.137; helo=fraxinus.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 fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415XJ05r9hz9s47 for ; Thu, 14 Jun 2018 02:28:48 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E8E8F892B1; Wed, 13 Jun 2018 16:28:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GFvj-Oh7bAJo; Wed, 13 Jun 2018 16:28:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E31C689234; Wed, 13 Jun 2018 16:28:43 +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 3C54B1C025C for ; Wed, 13 Jun 2018 16:28:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 37FC38A9B8 for ; Wed, 13 Jun 2018 16:28:40 +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 6NCFWbZF-HeD for ; Wed, 13 Jun 2018 16:28:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by hemlock.osuosl.org (Postfix) with ESMTPS id 6891E8A989 for ; Wed, 13 Jun 2018 16:28:39 +0000 (UTC) Received: from fwd26.aul.t-online.de (fwd26.aul.t-online.de [172.20.26.131]) by mailout02.t-online.de (Postfix) with SMTP id 783AF41B2DC8 for ; Wed, 13 Jun 2018 18:28:37 +0200 (CEST) Received: from fli4l.lan.fli4l (bpi+lrZbohDVxXuioW+SVgzD5NlWITaFSLfHQ0BNJ9XYkPQ7nyS49pqvnH+MBzHwi-@[84.161.187.225]) by fwd26.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fT8dI-0Clfns0; Wed, 13 Jun 2018 18:28:28 +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 1fT8dH-0007K6-Eo for buildroot@buildroot.org; Wed, 13 Jun 2018 18:28:27 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Jun 2018 18:28:22 +0200 Message-Id: <20180613162826.3490-2-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: bpi+lrZbohDVxXuioW+SVgzD5NlWITaFSLfHQ0BNJ9XYkPQ7nyS49pqvnH+MBzHwi- X-TOI-MSGID: 8caa375a-503f-4c93-bf85-1f8a886f53db Subject: [Buildroot] [PATCH v3 2/6] package/speex: 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" Quoting speex release notes from https://www.speex.org "Speex 1.2rc2 and SpeexDSP 1.2rc2 are out December 6, 2014 This release splits the speex codec library and the speex DSP library into separate source trees." After bumping speex to 1.2.0 DSP support is provided by speexdsp. Signed-off-by: Bernd Kuhls --- v3: no changes v2: no changes package/speex/speex.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/speex/speex.mk b/package/speex/speex.mk index c6b46e0eb3..522f8cc09c 100644 --- a/package/speex/speex.mk +++ b/package/speex/speex.mk @@ -13,6 +13,10 @@ SPEEX_DEPENDENCIES = host-pkgconf libogg SPEEX_CONF_OPTS = \ --enable-fixed-point +ifeq ($(BR2_PACKAGE_SPEEXDSP),y) +SPEEX_DEPENDENCIES += speexdsp +endif + ifeq ($(BR2_PACKAGE_SPEEX_ARM4),y) SPEEX_CONF_OPTS += --enable-arm4-asm endif