From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 7 21:25:00 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 247F71065694 for ; Mon, 7 Dec 2009 21:25:00 +0000 (UTC) (envelope-from hinokind@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 00FCA8FC0A for ; Mon, 7 Dec 2009 21:24:58 +0000 (UTC) Received: by ewy3 with SMTP id 3so5336ewy.33 for ; Mon, 07 Dec 2009 13:24:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:to:cc:subject :references:date:mime-version:content-transfer-encoding:from :message-id:in-reply-to:user-agent; bh=WwsWCpNQohzJdyAm+4JD94UcUUaXJVSrYitSkC51B8A=; b=piVOKAJiRODLfdhW/MDlPA8dLQ10BLsDUoprrNOdVWAC+BwDn9EvK0smFxIiD1A1Z2 1koebbux3asrcKEXTPmzirIFkDmAx8vPS8Ozl1j1aWBs0yrwnb4FB6PaEWJs/kLhe0fM CD40T6NK51DEZe4npTd0U/HZneLMjQQ1KyM3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:cc:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; b=drMCn4hbcI8c28jEnP8bsE2Tohz91WrZVyBKWvLqGJ2OAY7IhkyW4GtaB/gH322irh ZSlFsM+4fysOI7bHQsl2pppbxVo+jztC2Qdx2ySzdfYW7vgP61xm0/EhTtG0tCHRSlUx fvx/hHhnDkSyWRAtUbkssRex6cLkUar4vut20= Received: by 10.213.48.207 with SMTP id s15mr148276ebf.8.1260221087043; Mon, 07 Dec 2009 13:24:47 -0800 (PST) Received: from klevas (hst-17-80.splius.lt [77.79.17.80]) by mx.google.com with ESMTPS id 7sm9747473eyb.10.2009.12.07.13.24.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Dec 2009 13:24:46 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Tom Evans" References: <2e027be00912070613y5b3c4841tcd4d9ff58e1db330@mail.gmail.com> <2e027be00912071114t6a69b0a5vfdefea06e6ea9273@mail.gmail.com> <2e027be00912071245r1df3c421w611133d06c4d3239@mail.gmail.com> Date: Mon, 07 Dec 2009 23:24:43 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: =?utf-8?B?QW5kcml1cyBNb3JrxatuYXM=?= Message-ID: In-Reply-To: <2e027be00912071245r1df3c421w611133d06c4d3239@mail.gmail.com> User-Agent: Opera Mail/10.10 (FreeBSD) Cc: freebsd-multimedia@freebsd.org Subject: Re: mplayer SVN plays video too fast on FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 21:25:00 -0000 On Mon, 07 Dec 2009 22:45:48 +0200, Tom Evans wrote: > Most of the changes in that diff are fbsd fixes - I'm a bit surprised > your mplayer works properly/efficiently without the bswap fix (it will > be using the naive C version). I'll try recompiling the whole package > with -DBROKEN_RELOCATIONS. I don't think the number of configure > options are affecting it, but I'll try a minimal version as well, just > to see. > > Thanks > > Tom > Not the number of configure options, but maybe there is a particular option that causes problems, and with so many of them, it's hard to tell. Afaik -DBROKEN_RELOCATIONS is amd64-only thing, I didn't see what arch you are running on (maybe I just fail at reading). Considering the number of patches it looks like i386, since last time I checked it required more work (local patches) than amd64 version. I'm not an expert and I didn't look at local patches for mplayer too much, just making it compile was the goal, and it works now. Performance is good. It's not significantly faster/slower than whatever I've tried on Windows. -- Andrius