From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 3 11:28:02 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 435911065677 for ; Wed, 3 Sep 2008 11:28:02 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id EECD68FC14 for ; Wed, 3 Sep 2008 11:28:01 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so1441802wra.27 for ; Wed, 03 Sep 2008 04:28:01 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/UAs/RGqhbMdti3lnkGU45h+/l2GRcoQrRRiSYyFh10=; b=RStCgZRV3LZUk4j3z7kOu9V9q87ZdMzR7DjHgb4HQ5gLnoP3vOKd2ie9es+s6Jniie ep01JMD0b2dlT5d7i08CKtMeO3H8Z4pDE6kWIG3MEyiSV7IDr0vi547ftHn82BGru/w6 Wpp+U/CQAcycokAWn95rqg9WxxMl6PkAfQCwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=I+89yDQRTYzbsyBcodMQVA8e1+8wGwYw0Rv/v0yYIPsGLLCD8EcCrqJaSQCocAlAXz PN60NGSVWJBwe2tl3e06K/4kPbs4KNMn9fKkn7DNkMz1rRH9UNhAw7eEX0tDjxwvy5Pr hdbRFmgfRAZ+1FMSIiok0FpvUsD7k7BDAFlc0= Received: by 10.90.116.9 with SMTP id o9mr5270610agc.29.1220441281009; Wed, 03 Sep 2008 04:28:01 -0700 (PDT) Received: by 10.90.94.8 with HTTP; Wed, 3 Sep 2008 04:28:00 -0700 (PDT) Message-ID: <53a1e0710809030428j307e96c6g1cd68cc80714de1@mail.gmail.com> Date: Wed, 3 Sep 2008 19:28:00 +0800 From: "Henry Hu" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 11:28:02 -0000 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. By the way, I've seen disable-sse3 in the Makefile. Is it necessary?