From owner-freebsd-current@FreeBSD.ORG Fri Sep 20 09:19:57 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6EC53216 for ; Fri, 20 Sep 2013 09:19:57 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43EFE2946 for ; Fri, 20 Sep 2013 09:19:57 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id e14so276098iej.20 for ; Fri, 20 Sep 2013 02:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Om57JYeJtthG0aHLuhDhgfiztZrI6OGw+Fmabt45PbQ=; b=rXQyBTKL1OSi4o9+phgIw3e0MXN3RHECoGx4chIA+/u9xTNjOF8PFhwSu4dorAwluM dQCLspXc0OUWqOxHM5aVaIqKf2RhlYeFF8P5Yu/cSLsgPkOfbKgNARNjsoBmpttw0qmd GHKWQJ/GNnxcrFUkhnDavnaTNxfMNKTWdOTo0yXitCDXLS22JqroHHsmdj+JZA/HpUm4 GH9GbsLJqJCKFxR5p9dBbM6dBd4Wd9hD7sCg9hn7n/0MNwyzQz09luq6X1vBwKkZxr7c PHsex+6CcUmmHyfA9GfxNk8NF3LLOdsjJFbhz30985vXSf7O31eSNiDdI3Grrw/JFUaa E0hA== MIME-Version: 1.0 X-Received: by 10.42.92.84 with SMTP id s20mr56536icm.63.1379668781518; Fri, 20 Sep 2013 02:19:41 -0700 (PDT) Received: by 10.64.29.195 with HTTP; Fri, 20 Sep 2013 02:19:41 -0700 (PDT) In-Reply-To: <2234250.EnH6GM5enz@lumiwa.farms.net> References: <2234250.EnH6GM5enz@lumiwa.farms.net> Date: Fri, 20 Sep 2013 10:19:41 +0100 Message-ID: Subject: Re: mplayer From: Tom Evans To: Ajtim Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 09:19:57 -0000 On Thu, Sep 19, 2013 at 10:06 PM, Ajtim wrote: > I try to built Mplayer but I have a problems (they were so many warnings) and > finally error: > > > libmpdemux/demux_rtp.cpp:101:20: error: no member named 'describeWithPassword' > in 'RTSPClient' > return client->describeWithPassword(url, network_username, password); > ~~~~~~ ^ > libmpdemux/demux_rtp.cpp:103:20: error: no member named 'describeURL' in > 'RTSPClient' > return client->describeURL(url); Live555 (net/liveMedia) changed their API, you either have too new a version of that library with too old an mplayer snapshot, or too old version of that library with too new of an mplayer snapshot. Either way, update all ports that mplayer depends on and try again. If it still doesn't work, update your ports tree, update all ports that mplayer depends on and try again. You could also disable Live555 support if you don't need RTSP. Cheers Tom