From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-99178-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MeDfZ-0004dZ-Os
	for garchives@archives.gentoo.org; Thu, 20 Aug 2009 19:51:34 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A40DDE0314;
	Thu, 20 Aug 2009 19:51:32 +0000 (UTC)
Received: from mail-yw0-f172.google.com (mail-yw0-f172.google.com [209.85.211.172])
	by pigeon.gentoo.org (Postfix) with ESMTP id 82326E0314
	for <gentoo-user@lists.gentoo.org>; Thu, 20 Aug 2009 19:51:32 +0000 (UTC)
Received: by ywh2 with SMTP id 2so386879ywh.2
        for <gentoo-user@lists.gentoo.org>; Thu, 20 Aug 2009 12:51:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=kS8QKq5rttBRX4vJWXz3Oz9X1FVyxLqHHaPGUMCfu/w=;
        b=jWNJKX109uwX6ha+MpLYQqkt4snyvJYhy2Wom60+i5Fc//7leBQImAmv7hSCfvpfmK
         YdyRMCQuDG2mcX/2SR+ctBScHRO9/kURXmGygn/Q/r7p4RFL5Csv24GRbrUz4ubzoByj
         llS08GhNNwpsFgQjFHPW+mnFlLLRyMcYlSjKA=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=JWMOJ2d48oCeFv7y3tBbcITGxi1B5aaLHrR2Yo91FP1Dq6bOCdE9u1mXx4iA3GBEr/
         PApfxwOCBc/6qHgVqUJJSSsdvVJO9NYRnnB5LLWqoGZ5Dd67lhX7ul+XDFSmQIMNKc7I
         DXKbIE6x0cGwoL5Wf/3AIJriJiHBiqkXiEMvQ=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Sender: paul.hartman@gmail.com
Received: by 10.150.235.3 with SMTP id i3mr454569ybh.264.1250797891414; Thu, 
	20 Aug 2009 12:51:31 -0700 (PDT)
In-Reply-To: <h6k7oe$k7b$1@ger.gmane.org>
References: <h6k0jq$ptf$3@ger.gmane.org>
	 <58965d8a0908201159v63fa47eai8a9d2a8e0d5a3e25@mail.gmail.com>
	 <h6k7oe$k7b$1@ger.gmane.org>
Date: Thu, 20 Aug 2009 14:51:31 -0500
X-Google-Sender-Auth: 476110072030125a
Message-ID: <58965d8a0908201251w12388aecl55424fe52ba5deb4@mail.gmail.com>
Subject: Re: [gentoo-user] Re: Does mplayer use it's own internal ffmpeg on 
	Gentoo?
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 1d8b253a-2a58-442a-adf4-6fa512db5a01
X-Archives-Hash: 32d97e25a634d1fdae30f847c8a71399

On Thu, Aug 20, 2009 at 2:21 PM, Nikos Chantziaras<realnc@arcor.de> wrote:
> On 08/20/2009 09:59 PM, Paul Hartman wrote:
>>
>> On Thu, Aug 20, 2009 at 12:19 PM, Nikos Chantziaras<realnc@arcor.de>
>>  wrote:
>>>
>>> I see that mplayer does not have a dep on ffmpeg.  Am I right in assuming
>>> that mplayer on Gentoo uses its own, bundled ffmpeg?
>>
>> It looks to me like that is correct, it appears to be using its own
>> internal copy of ffmpeg's libav*.
>
> And I suppose there's no way to change that?  I was trying to create an
> ebuild for ffmpeg-mt (a version that supports multi-core CPUs) to speed up
> playback of full HD video.  This is quite popular in the Windows world (most
> Windows builds of mplayer support multi-core systems by using ffmpeg-mt).
>  There are also debs and RPMs for this floating around.  But nothing for
> Gentoo so I'm trying to roll my own, but I'm not sure how to do it.  Bundled
> libs were always a pain in the bum...

check out this site:

http://nikita.melnichenko.name/blog.php?id=5&topic=gentoo-ebuild-mplayer-mt&lang=en

He's got an ebuild for building mplayer with ffmpeg-mt (one of the
comments indicates some minor changes may be needed for recent
versions).

Mplayer's website also mentions SVN snapshots of mplayer with the mt
code as well. The URL given does not resolve for me, though:
http://just.mooo.com/mplayer-svn-mt.tar.bz2