From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 31 09:52:59 2008 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 DA73E1065677 for ; Sun, 31 Aug 2008 09:52:59 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4838FC0C for ; Sun, 31 Aug 2008 09:52:59 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1186053fkk.11 for ; Sun, 31 Aug 2008 02:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=zvAsqp0MKFCoWePbN6efSgY2pg1MxyBE9Tq26xGDdUE=; b=XBePufdfdgeqD0AwbPWGHReFF/WJSQCOEELbMZFPcl0gZBjZ2mtxwS5ZK6Xk+G0M6x PXUEWq1zN7rsFWSMBMGzb8yI21XXEaq3zVBXFr7KPEePixIfpmltbMa35PJjm0vvHN+f YRicGFH7B1stoIjI37LZbHTu+5F/NJb7q2ogY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FSKWgjfJIuLuM6zm+a4NswBrww6gTWQiX/UHlng1eU3/RzKBOK/Mz20ZKj2l1yotI4 6UqGTJaGBSyzap3KYuK+UgpCOR/NwOKx9toj2DK4noC1sbb5CN+Psjy/zUcRJvZvxqg2 FxYBe+afCFzsB4v81PE02RVWG4xCHeEuapVRY= Received: by 10.180.204.10 with SMTP id b10mr4290957bkg.45.1220176378206; Sun, 31 Aug 2008 02:52:58 -0700 (PDT) Received: by 10.180.250.2 with HTTP; Sun, 31 Aug 2008 02:52:58 -0700 (PDT) Message-ID: Date: Sun, 31 Aug 2008 11:52:58 +0200 From: "Lars Stokholm" To: freebsd-multimedia@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49168.1220141649@comment.icecreamhasnobones.org> Subject: Re: Re: Unable to get OSD (and probably subtitles) in MPlayer 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: Sun, 31 Aug 2008 09:53:00 -0000 On Sun, Aug 31, 2008 at 11:39 AM, Lars Stokholm wrote: > On un, Aug 31, 2008 at 2:14 AM, Fred Woods > wrote: >> Check to see if you have libiconv in /usr/lib >> and in /usr/local/lib. > > It's in /usr/local/lib. > >> Also check to see if you have the includes >> in /usr/include and /usr/local/include. > > iconv.h is in /usr/local/include. > >> Assuming you built from ports, you can run >> make/gmake in the port's work/program dir >> and look at the config.log for more details. > > I'm sure you're getting closer, but I don't know what to conclude from > the log (I'm not a programmer). Here's the relevant part of > configure.log: http://pastebin.com/f2da9c467 > > Obviously it can't find iconv.h. I don't know why, though. I'm > guessing that '-I...' is a reference to /usr/local/include, so > everything should be fine...? Since I haven't had this problem before, I had a look at recent changes to the port and I saw that some changes have been made to a patch on configure. I don't know if this is even relevant, but in case it is: http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/mplayer/files/patch-ad.diff?r1=1.32;r2=1.33;f=h