From owner-freebsd-multimedia@FreeBSD.ORG Tue Feb 19 04:24:34 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 3CC1B254 for ; Tue, 19 Feb 2013 04:24:34 +0000 (UTC) (envelope-from john.a.schneider@gmail.com) Received: from mail-ve0-f171.google.com (mail-ve0-f171.google.com [209.85.128.171]) by mx1.freebsd.org (Postfix) with ESMTP id F1998AA8 for ; Tue, 19 Feb 2013 04:24:33 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id b10so5424185vea.16 for ; Mon, 18 Feb 2013 20:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=PcJ8SwrIykjNZCkGq4jjbs9Ze7fWe5QRnNNBzVkvrdk=; b=01+pF9kb/ugYEeMDHqVnr5FkKANPfA/kHswQ2ctL9iIMod2+4RXrUF+BbFb7uiRemc qkCpLKtGMq0GsyVQsvsylgL0jZUzvVKBWS7h9tganQJxuJdEOYECQ4PvfSFFw1LtXgC4 E9PipUB9Vyo8BjoHKL67+W4Ugg+KEvCDErX1PBaM5OROA/WUnhSJlYquREiI4iHCyzTG MkwaQyR4UoLt/ACG/oAbbzVcR2/4VOgok7+W2lQKuAoSXSmwJr+DVGRrfDHIo9Gx0YAu Xib52+/rTM6pufi2iNhmnRWUiAGKqbjbljKD+y+VsO8EArVKSXYv75GL9QQXE7v9JsAm q11w== MIME-Version: 1.0 X-Received: by 10.220.149.198 with SMTP id u6mr18421354vcv.52.1361247867007; Mon, 18 Feb 2013 20:24:27 -0800 (PST) Received: by 10.52.69.7 with HTTP; Mon, 18 Feb 2013 20:24:26 -0800 (PST) Date: Mon, 18 Feb 2013 23:24:26 -0500 Message-ID: Subject: VLC Can't Play MKV Files With 9.1 / Clang From: John Schneider To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 19 Feb 2013 04:24:34 -0000 Hi, Version 2.0.5,3 recently introduced a Makefile change to build with Clang on 9.1+. Unfortunately, I've found that MKV files will no longer play after being built with Clang. Commenting out this change and rebuilding with base GCC results in MKV files playing just fine. John