From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 10 11:27:16 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 527ED111 for ; Mon, 10 Jun 2013 11:27:16 +0000 (UTC) (envelope-from pkubaj@gmail.com) Received: from mail-bk0-x233.google.com (mail-bk0-x233.google.com [IPv6:2a00:1450:4008:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id DEB481F97 for ; Mon, 10 Jun 2013 11:27:15 +0000 (UTC) Received: by mail-bk0-f51.google.com with SMTP id ji1so2516124bkc.10 for ; Mon, 10 Jun 2013 04:27:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=xrWDQNhy6680lExwIuSBPEdktPQwlJTU0zNiLNL21Ng=; b=YPAzA/w9HnpMJwcjPbLyg/erjJFooJrKu/kPQ45ouUUfZd3vdtOGuF+AahmY2qP4G1 vwmv+1pv35XsGppASniLXNN4hS4dmK++yZ8RgRvqrZ8aaiKD/6CABW1+fleftPDwO/Ap enAAdFsu742y2Lahl2nAzdZofEpRi3yL1LKoBEaHEd/qRAol5Q8ndAEg9CCLauhHPjRy x547uLy8d/efiXOhodAK3+VYMcu6DoHOU0beJBnth6EUKcOeCsBHrzU2D8VEWBIPcyD9 AD1F27xA3JA/twwZPSTKz8gSd6gMVHQqJ2dhL3ocf/WTwexRfCyiSj3xc6ZCClPCmhcR N/WQ== X-Received: by 10.205.67.199 with SMTP id xv7mr1448536bkb.21.1370863634814; Mon, 10 Jun 2013 04:27:14 -0700 (PDT) Received: from desktop1.localnet ([77.236.31.215]) by mx.google.com with ESMTPSA id tl1sm3572202bkb.7.2013.06.10.04.27.13 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 10 Jun 2013 04:27:13 -0700 (PDT) From: Piotr Kubaj To: multimedia@freebsd.org Subject: VLC doesn't compile after r320405 Date: Mon, 10 Jun 2013 13:27:17 +0200 Message-ID: <2073798.TUjX2nWNNO@desktop1> User-Agent: KMail/4.10.3 (FreeBSD/9.1-RELEASE-p3; KDE/4.10.3; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Mon, 10 Jun 2013 11:27:16 -0000 The header stream_decoder.h should be included as FLAC/stream_decoder.h (the same with stream_encoder.h). Patch: --- modules/codec/flac.c 2013-06-10 13:19:02.244271596 +0200 +++ modules/codec/flac.c.orig 2013-06-10 13:20:22.986277754 +0200 @@ -38,8 +38,8 @@ #include #include +#include +#include -#include -#include #include #include