From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 8 21:24:13 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A72DC1A; Tue, 8 Jan 2013 21:24:13 +0000 (UTC) (envelope-from sib@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id D0BFAC37; Tue, 8 Jan 2013 21:24:12 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TsgeR-0007VT-5Q; Wed, 09 Jan 2013 00:24:05 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Transfer-Encoding:Content-Type:MIME-Version:To:From:Subject:Date; bh=/52UA2fmAD1GH3AuW+W0fdCVx6MgvC+oe7DYfGMj06w=; b=I+agpAtp3zn7pd396O04Bv4AhUy4OTMKbX4DLyxe5zEgMlLFtJN74jjjMfP/wIWEHN9CQiaPZ2UCkFYYmecEJMEN7lwvQmu4EC93bty4kscFa4f4+YJyjcq7oGoaghfSMZ8w1zLK9tQYvh2fsrwEF6kfUkvr5dkueF30M8Gl7GI=; Received: from sib by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TsgcQ-000DYG-U0; Tue, 08 Jan 2013 21:21:59 +0000 Date: Tue, 8 Jan 2013 21:21:58 -0000 Subject: VLC/X264 and GCC From: sib@tormail.org To: freebsd-multimedia@freebsd.org, multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Importance: Normal X-TorMail-User: sib Message-Id: <1TsgcQ-000DYG-U0@internal.tormail.org> 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, 08 Jan 2013 21:24:13 -0000 Hello. While installing VLC on a 9.1 i386 system, I noticed when it was building X264 that it was calling GCC.. so I removed USE_GCC=any from that Makefile and it built fine with clang. Has there been some trouble with it? Can we remove that line from the port? I am currently also trying to figure out why VLC itself won't build with clang, but pulls in lang/gcc for some CPU features (as I saw in the makefile) .. hopefully that can be fixed. Compiling gcc is not a fast task. - simon