From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: icecat: Add ffmpeg support. Date: Mon, 09 Jan 2017 19:38:14 -0500 Message-ID: <87shoroikp.fsf@netris.org> References: <20170109212839.2777-1-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQkSW-0007fE-G9 for guix-devel@gnu.org; Mon, 09 Jan 2017 19:38:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQkST-0007IS-CG for guix-devel@gnu.org; Mon, 09 Jan 2017 19:38:40 -0500 Received: from world.peace.net ([50.252.239.5]:58108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQkST-0007HA-7t for guix-devel@gnu.org; Mon, 09 Jan 2017 19:38:37 -0500 In-Reply-To: <20170109212839.2777-1-m.othacehe@gmail.com> (Mathieu OTHACEHE's message of "Mon, 9 Jan 2017 22:28:39 +0100") 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" To: Mathieu OTHACEHE Cc: guix-devel@gnu.org Mathieu OTHACEHE writes: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. > [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by > ffmpeg). icecat is already configured to use 'gstreamer', and we have the 'gst-libav' package that provides access to ffmpeg codec via gstreamer. Have you tried installing 'gst-libav' in your profile? That's what I do, and I'm able to watch videos in icecat that use those codecs. Mark