From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 03:05:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03EC116A41F for ; Fri, 29 Jun 2007 03:05:09 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id D18CF13C44C for ; Fri, 29 Jun 2007 03:05:08 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 7B0935197C; Thu, 28 Jun 2007 23:05:07 -0400 (EDT) Date: Fri, 29 Jun 2007 04:05:04 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070629040504.22ba839d@gumby.homeunix.com.> In-Reply-To: <60832.74.64.6.149.1183082217.squirrel@mail.el.net> References: <60832.74.64.6.149.1183082217.squirrel@mail.el.net> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kalin@el.net Subject: Re: mplayer on 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2007 03:05:09 -0000 On Thu, 28 Jun 2007 21:56:57 -0400 (EDT) "kalin mintchev" wrote: > hi all... > > just installed mplayer - pkg_add - and it can not play a simple wmv > file yet. so i got the codecs and apparently the codec for wmv has to > be here: /usr/local/lib/win32/ > > what about the other ones - like quicktime, *.acm, *ax?! do they all > go in the same directory? Do you not have multimedia/win32-codecs installed? It's done automatically if you build mplayer from ports. I guess there must be license restrictions that prevent its being packaged. cd /usr/ports/multimedia/win32-codecs && make install