From patchwork Sat Jul 2 13:32:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 643477 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rhZ2s3Rvqz9spN for ; Sat, 2 Jul 2016 23:32:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AAF9893460; Sat, 2 Jul 2016 13:32:33 +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 DRK-vZuf60-G; Sat, 2 Jul 2016 13:32:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7CF2493269; Sat, 2 Jul 2016 13:32:31 +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 D56551CFD12 for ; Sat, 2 Jul 2016 13:32:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D027892CA3 for ; Sat, 2 Jul 2016 13:32:28 +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 N5sKiBg-qsQx for ; Sat, 2 Jul 2016 13:32:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by hemlock.osuosl.org (Postfix) with ESMTPS id D66468B1FD for ; Sat, 2 Jul 2016 13:32:26 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout08.t-online.de (Postfix) with SMTP id 7E99841D494A for ; Sat, 2 Jul 2016 15:32:24 +0200 (CEST) Received: from fli4l.lan.fli4l (EAlquwZlohfg9gYXH55DzLwRFOq1Zq-PnquiO1JTMu1yXJaUCynZ4R7w6QvjIpcgEv@[84.191.193.180]) by fwd24.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bJL1y-17k64G0; Sat, 2 Jul 2016 15:32:22 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37226 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bJL1y-0000BL-4x; Sat, 02 Jul 2016 15:32:22 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 2 Jul 2016 15:32:17 +0200 Message-Id: <1467466339-19422-5-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1467466339-19422-1-git-send-email-bernd.kuhls@t-online.de> References: <1467466339-19422-1-git-send-email-bernd.kuhls@t-online.de> X-ID: EAlquwZlohfg9gYXH55DzLwRFOq1Zq-PnquiO1JTMu1yXJaUCynZ4R7w6QvjIpcgEv X-TOI-MSGID: cdc662ae-d13b-4953-be30-1fa62f828270 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v4 5/7] package/ffmpeg: re-enable for mips64r2 and mips64r6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" ffmpeg 3 fixed support for mips64r2 and mips64r6, for details see http://patchwork.ozlabs.org/patch/626756/ Signed-off-by: Bernd Kuhls --- v4: first release package/ffmpeg/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in index 096ff95..6b7a6e7 100644 --- a/package/ffmpeg/Config.in +++ b/package/ffmpeg/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS bool # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2 - # ffmpeg's configure script only supports mips64 (r1) variant - default y if !BR2_nios2 && !BR2_mips_64r2 && !BR2_mips_64r6 + default y if !BR2_nios2 menuconfig BR2_PACKAGE_FFMPEG bool "ffmpeg"