From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32448: commit fac39b9 (update libx264) broke VLC Date: Thu, 16 Aug 2018 16:55:05 +0200 Message-ID: <87600auzsm.fsf@elephly.net> References: <87sh3f60ev.fsf@lassieur.org> <87h8ju5q45.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqJgz-0002sE-Na for bug-guix@gnu.org; Thu, 16 Aug 2018 10:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqJgw-0006Q2-Up for bug-guix@gnu.org; Thu, 16 Aug 2018 10:56:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47666) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqJgw-0006PV-CT for bug-guix@gnu.org; Thu, 16 Aug 2018 10:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqJgw-0006r5-3S for bug-guix@gnu.org; Thu, 16 Aug 2018 10:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87h8ju5q45.fsf@lassieur.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32448@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > codec/x264.c: In function =E2=80=98Open=E2=80=99: > codec/x264.c:849:26: error: =E2=80=98x264_bit_depth=E2=80=99 undeclared (= first use in this function) > const int mask =3D x264_bit_depth > 8 ? X264_CSP_HIGH_DEPTH : 0; Looks like an API change. Is there an upstream patch we can apply to fix the VLC build? I=E2=80=99d prefer that over re-introducing and older version of libx264. --=20 Ricardo