From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 31 19:55:53 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 BAE0E106564A for ; Sun, 31 Aug 2008 19:55:53 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id 451928FC13 for ; Sun, 31 Aug 2008 19:55:53 +0000 (UTC) (envelope-from lars.stokholm@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1323355fkk.11 for ; Sun, 31 Aug 2008 12:55:51 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uRH9vjFImzzAbG6v02CkLdJotfG3cdrJbckqzVSFf6Q=; b=pNmU2zNbdIY7q/aQ5jvE0Xck4XqtvTlP55rBJUB09x09fWJa0W05vtaIjoMxXqFvON dI/THL/M4T7lNX1UajCx8VeZ/WBuUI+XDIvsInM/sw9Wny5CkHVvzkC2h3B2qn5x/JRS zgrZt5vQnwOooK5AXDknewZHMDP3fNFvf77cg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=v3utRRfrUzZ94f81Qt90m30F0TiDs12CZUQ8UbaFXTe4vB6uSpO4ed6PganRovEuk5 qK/8arkpuNV2oE6Ywz6E5Ea+Rkmjxaxlz3ETSb9V7kmZIDD8B4Z7tartX/XX4nE58PMG 8G0jKHMH+WKOI/pqN5y3VnH98kxbEt9a0gvvU= Received: by 10.180.247.12 with SMTP id u12mr4465798bkh.97.1220212551083; Sun, 31 Aug 2008 12:55:51 -0700 (PDT) Received: by 10.180.250.2 with HTTP; Sun, 31 Aug 2008 12:55:51 -0700 (PDT) Message-ID: Date: Sun, 31 Aug 2008 21:55:51 +0200 From: "Lars Stokholm" To: fred@comment.icecreamhasnobones.org In-Reply-To: <51709.1220197427@comment.icecreamhasnobones.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51709.1220197427@comment.icecreamhasnobones.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: 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 19:55:53 -0000 On Sun, Aug 31, 2008 at 5:43 PM, Fred Woods wrote: > This will get you past the iconv problems: > cd /usr/ports/multimedia/mplayer > make clean > make CFLAGS=-I/usr/local/include LDFLAGS=-liconv > make install > > -liconv is dash lower ell iconv > > -I the I needs to be upper case Okay, thank you guys...