From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: icecat: Add ffmpeg support. Date: Mon, 9 Jan 2017 22:56:10 +0100 Message-ID: <20170109225610.419058ad@scratchpost.org> References: <20170109212839.2777-1-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQhvR-00026h-DG for guix-devel@gnu.org; Mon, 09 Jan 2017 16:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQhvO-0006gp-A6 for guix-devel@gnu.org; Mon, 09 Jan 2017 16:56:21 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:39994) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQhvO-0006gb-3h for guix-devel@gnu.org; Mon, 09 Jan 2017 16:56:18 -0500 In-Reply-To: <20170109212839.2777-1-m.othacehe@gmail.com> 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 Hi, On Mon, 9 Jan 2017 22:28:39 +0100 Mathieu OTHACEHE wrote: > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg. > [libxul-linked-libraries]: Add avcodec and avutil libraries (provided by > ffmpeg). What advantage does using both gstreamer and ffmpeg in the same program bring to just using gstreamer? Aren't they both multimedia frameworks?