From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 4 18:38:35 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C3B1065677 for ; Sat, 4 Feb 2012 18:38:35 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id EFCB18FC13 for ; Sat, 4 Feb 2012 18:38:34 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so5018655wgb.31 for ; Sat, 04 Feb 2012 10:38:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vm5vMoIfkGOemo1iFiv3KzIhsj2cEuAeUp3M0Lgl2O4=; b=MrcqoOEk9DPBFSrsuZP2DWjKEnArGvI/nk1NL5rDKTpsf6+sLeWDmKEto4dsdcYV14 ISt7EPr74B//nmGr8p/Cp+BShOKjZLEGPXDrA1LpCqMJeFcw7wj5pLohGXXjWMxL9sQt bH6DDhOIPLKRlGn2DwwZH0Jl39kCm1vzi0Yio= MIME-Version: 1.0 Received: by 10.180.107.68 with SMTP id ha4mr18544968wib.9.1328380713838; Sat, 04 Feb 2012 10:38:33 -0800 (PST) Received: by 10.223.94.140 with HTTP; Sat, 4 Feb 2012 10:38:33 -0800 (PST) In-Reply-To: <7437262.19339411327857062810.JavaMail.defaultUser@defaultHost> References: <7437262.19339411327857062810.JavaMail.defaultUser@defaultHost> Date: Sat, 4 Feb 2012 19:38:33 +0100 Message-ID: From: Thomas Zander To: Barbara Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-multimedia@freebsd.org Subject: Re: last mplayer and h264 videos 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: Sat, 04 Feb 2012 18:38:35 -0000 On Sun, Jan 29, 2012 at 18:11, Barbara wrote: > I've found the problem, at least for me, as it seems I'm the only one > experiencing this. > The problem is OCFLAGS. > Building the port WITHOUT_OCFLAGS results in mplayer reproducing the example > video with no problem. Hmm...miscompilation is ugly business... would you mind compiling it with gcc46 (there is an option) or clang? Does that solve the problem too? Riggs