From patchwork Mon Jan 21 17:45:36 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: VDRU VDRU X-Patchwork-Id: 12585 Received: from wr-out-0506.google.com ([64.233.184.236]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1JH0iI-0001UC-Gs for vdr@linuxtv.org; Mon, 21 Jan 2008 18:45:38 +0100 Received: by wr-out-0506.google.com with SMTP id c46so636347wra.14 for ; Mon, 21 Jan 2008 09:45:36 -0800 (PST) Received: by 10.150.134.7 with SMTP id h7mr2430293ybd.97.1200937536544; Mon, 21 Jan 2008 09:45:36 -0800 (PST) Received: by 10.150.189.2 with HTTP; Mon, 21 Jan 2008 09:45:36 -0800 (PST) Message-ID: Date: Mon, 21 Jan 2008 09:45:36 -0800 From: "VDR User" To: "VDR Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline References: <4793C784.4050900@mellander.org> <4F6A1C1B00%linux@youmustbejoking.demon.co.uk> Subject: Re: [vdr] VDR - xine - CoreAVC X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 17:45:39 -0000 Status: O X-Status: X-Keywords: X-UID: 15224 On Jan 21, 2008 7:01 AM, Morfsta wrote: > However, I get this error message: - > > w32codec.c:581: error: 'BUF_VIDEO_WVC1' undeclared (first use in this function) Try: --- xine-lib/src/xine-engine/buffer.h.orig 2007-11-05 18:33:03.000000000 -0500 +++ xine-lib/src/xine-engine/buffer.h 2007-11-05 18:33:38.000000000 -0500 @@ -192,6 +192,8 @@ #define BUF_VIDEO_CAVS 0x02620000 #define BUF_VIDEO_VP6F 0x02630000 #define BUF_VIDEO_THEORA_RAW 0x02640000 +#define BUF_VIDEO_VC1 0x02650000 +#define BUF_VIDEO_WVC1 0x02650000 /* audio buffer types: (please keep in sync with buffer_types.c) */