From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 3 13:12:42 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 25DA81065679 for ; Wed, 3 Sep 2008 13:12:42 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 5BC068FC1C for ; Wed, 3 Sep 2008 13:12:41 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 03 Sep 2008 13:12:39 -0000 Received: from 85-127-253-3.dynamic.xdsl-line.inode.at (EHLO taxman.pepperland) [85.127.253.3] by mail.gmx.net (mp023) with SMTP; 03 Sep 2008 15:12:39 +0200 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX18puX9BEi8pgbF1Fiy9VaMxAPbgS4iWvfQ0xNxUax ay/O2Kzxl3EvJX From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Wed, 3 Sep 2008 15:12:37 +0200 User-Agent: KMail/1.10.0 (FreeBSD/7.0-RELEASE-p3; KDE/4.1.0; i386; ; ) References: <53a1e0710809030428j307e96c6g1cd68cc80714de1@mail.gmail.com> In-Reply-To: <53a1e0710809030428j307e96c6g1cd68cc80714de1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809031512.37932.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 Cc: Subject: Re: Mplayer not built with iconv 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: Wed, 03 Sep 2008 13:12:42 -0000 On Wednesday 03 September 2008 13:28:00 Henry Hu wrote: > Hi, > > I've just recompiled mplayer, and I found that iconv support is missing. > The reason is that it cannot find iconv.h, since /usr/local/include is > not in the include paths. > I've found USE_ICONV=yes in Makefile.shared. But that just adds a > LIB_DEPENDS. The missing of iconv leads to missing of freetype, and ass/ssa > subtitles. So I think that /usr/local/include should be added to the > include paths at least when freetype is enabled. But I used to have > freetype enabled in mplayer. I don't know what has changed. This has already been reported on this list some days ago. Take a look at the "Mplayer not built with iconv" thread and http://www.freebsd.org/cgi/query-pr.cgi?pr=127010