From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 22 13:25:13 2013 Return-Path: Delivered-To: freebsd-multimedia@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 F00FDF8 for ; Tue, 22 Oct 2013 13:25:13 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by mx1.freebsd.org (Postfix) with ESMTP id 8F01E2B21 for ; Tue, 22 Oct 2013 13:25:13 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUGAM97ZlJbsUOq/2dsb2JhbABZFoJxOE6tOZETgSAXdIIlAQEFOhwjEAsYCSUPKh4GiB0BAwW7EY9GB4QpA5gIgTCLJIU0gyY6 Received: from 170.67-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.67.170]) by relay.skynet.be with ESMTP; 22 Oct 2013 15:25:04 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9MDP3Yi051522; Tue, 22 Oct 2013 15:25:04 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Tue, 22 Oct 2013 15:25:02 +0200 From: Tijl Coosemans To: William Grzybowski Subject: Re: VLC 2.1.0 Message-ID: <20131022152502.61214646@kalimero.tijl.coosemans.org> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 13:25:14 -0000 On Tue, 22 Oct 2013 10:55:28 -0200 William Grzybowski wrote: > Hi, > > I am trying to update vlc to 2.1.0, its the final step to get rid of > ffmpeg1 as well. > I was wondering if any c++ guru out there have any clues on how to fix this: > > http://pastebin.ca/2469885 > > http://people.freebsd.org/~wg/vlc2.1.0.txt I think the problem is that clang doesn't expect } after a label. So try adding a ; or (void)0; between the label and vlc_cleanup_run().