From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Correcting FFmpeg build error Date: Sun, 20 Jul 2014 22:42:02 +0200 Message-ID: <20140720204202.GA13994@debian> References: <1405883434.29537@bluehome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8xvx-0000zS-H5 for guix-devel@gnu.org; Sun, 20 Jul 2014 16:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8xvq-00007i-2t for guix-devel@gnu.org; Sun, 20 Jul 2014 16:42:13 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:57687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8xvp-00007Y-Oa for guix-devel@gnu.org; Sun, 20 Jul 2014 16:42:06 -0400 Content-Disposition: inline In-Reply-To: <1405883434.29537@bluehome.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jason Self Cc: guix-devel Hello, On Sun, Jul 20, 2014 at 12:10:35PM -0700, Jason Self wrote: > - "--disable-vis" if I remember correctly, this option was used to disable special instructions for a cpu-subtype. Could you maybe check that as it was removed, no other options of this type were added? Otherwise, we might need some further "--disable-xxx". Andreas