From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 18 21:10:21 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18324106566C for ; Tue, 18 Sep 2012 21:10:21 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id C60228FC12 for ; Tue, 18 Sep 2012 21:10:19 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A09791E00719; Tue, 18 Sep 2012 23:10:16 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8IL9gYA065707; Tue, 18 Sep 2012 23:09:42 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8IL9gMJ065706; Tue, 18 Sep 2012 23:09:42 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 18 Sep 2012 23:09:42 +0200 To: ajtiM Message-ID: <20120918210942.GA65512@triton8.kn-bremen.de> References: <201209171714.19869.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209171714.19869.lumiwa@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: multimedia@freebsd.org Subject: Re: vlc 2.0.3 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: Tue, 18 Sep 2012 21:10:21 -0000 On Mon, Sep 17, 2012 at 05:14:19PM -0500, ajtiM wrote: > Hi! Hi! > > I installed VLC 2.0.3 on FreeBSD 9.1-RC1 #0 (clang) and it works very good but > I don't know how installed plugins for Opera and Firefox. I search for > vlcplugin.so as I had on earlier version (1.?) but I didn't find it. And there > are no option for plugin in make config. > Please help me. > > Thanks in advance. Yeah the plugin is no longer part of the main vlc source tarball so it would have to be ported seperately: http://download.videolan.org/pub/videolan/vlc/2.0.0/npapi-vlc-2.0.0.tar.xz If someone wants to have a go at it before I get to it he is most welcome! :) Thanx, Juergen