From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18814: ffmpeg 2.4.2 upgrade broke vlc Date: Sat, 25 Oct 2014 20:08:33 -0400 Message-ID: <87bnozbsla.fsf@netris.org> References: <87siidc0b0.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiBOO-0000NA-8l for bug-guix@gnu.org; Sat, 25 Oct 2014 20:09:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiBOJ-0007fP-B3 for bug-guix@gnu.org; Sat, 25 Oct 2014 20:09:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:43465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiBOJ-0007fL-82 for bug-guix@gnu.org; Sat, 25 Oct 2014 20:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XiBOI-0006pO-Co for bug-guix@gnu.org; Sat, 25 Oct 2014 20:09:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87siidc0b0.fsf@netris.org> (Mark H. Weaver's message of "Fri, 24 Oct 2014 04:57:23 -0400") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Jason Self Cc: 18814-done@debbugs.gnu.org Mark H Weaver writes: > Jason Self writes: > >> commit 7947a05439cc26d93bd93300f38d216dbb93c76d >> Author: Jason Self >> Date: Mon Oct 20 12:32:42 2014 -0700 >> >> gnu: ffmpeg: Update to 2.4.2. >> >> * gnu/packages/video.scm (ffmpeg): Update to version 2.4.2. > > This broke the vlc build with the following error: > > checking for AVCODEC... yes > configure: error: libavcodec versions 56 and later are not supported yet. I fixed this by adding ffmpeg-2.2 and using it for vlc, in commit f9e687b51aafaa160b3c361c801ec5823dbef2f0. I'm closing this bug now. Mark