From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 22 20:08:20 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 94CA7465 for ; Tue, 22 Oct 2013 20:08:20 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay012.isp.belgacom.be (mailrelay012.isp.belgacom.be [195.238.6.179]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1B72439 for ; Tue, 22 Oct 2013 20:08:19 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApgGAMXZZlJbs4WZ/2dsb2JhbABZFoJxOE6+UIEqF3SCJQEBBTocIxALGAklDyoeBhOICgEDBbsGj04HhCkDmAiBMIskhTSDJjo Received: from 153.133-179-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.179.133.153]) by relay.skynet.be with ESMTP; 22 Oct 2013 22:07:10 +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 r9MK79cK003878; Tue, 22 Oct 2013 22:07:09 +0200 (CEST) (envelope-from tijl@coosemans.org) Date: Tue, 22 Oct 2013 22:07:08 +0200 From: Tijl Coosemans To: William Grzybowski Subject: Re: VLC 2.1.0 Message-ID: <20131022220708.4f58eda5@kalimero.tijl.coosemans.org> In-Reply-To: References: <20131022152502.61214646@kalimero.tijl.coosemans.org> 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 20:08:20 -0000 On Tue, 22 Oct 2013 12:30:38 -0200 William Grzybowski wrote: > On Tue, Oct 22, 2013 at 11:25 AM, Tijl Coosemans wrote: >> On Tue, 22 Oct 2013 10:55:28 -0200 William Grzybowski wrote: >>> 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(). > > That works, thank you! I've committed a fix to FreeBSD head that will normally be MFCed to stable/10 in a few days.