From patchwork Tue Jan 22 09:14:50 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12587 Received: from mu-out-0910.google.com ([209.85.134.190]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1JHFDX-0001Wm-W4 for vdr@linuxtv.org; Tue, 22 Jan 2008 10:14:52 +0100 Received: by mu-out-0910.google.com with SMTP id w9so1674394mue.6 for ; Tue, 22 Jan 2008 01:14:51 -0800 (PST) Received: by 10.78.195.10 with SMTP id s10mr10663643huf.9.1200993290887; Tue, 22 Jan 2008 01:14:50 -0800 (PST) Received: by 10.78.184.16 with HTTP; Tue, 22 Jan 2008 01:14:50 -0800 (PST) Message-ID: <2d842fa80801220114n2ff810fev8c12c07561f23e07@mail.gmail.com> Date: Tue, 22 Jan 2008 10:14:50 +0100 From: Stone To: "VDR Mailing List" In-Reply-To: <4794F2F5.4020601@heiligenmann.net> MIME-Version: 1.0 References: <4794F2F5.4020601@heiligenmann.net> Subject: Re: [vdr] [ANNOUNCE] VideoCD Plugin 0.9 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: Tue, 22 Jan 2008 09:14:52 -0000 Status: O X-Status: X-Keywords: X-UID: 15235 On Jan 21, 2008 8:31 PM, Thomas Heiligenmann wrote: > A new version of the plugin is available: > > Download: http://www.heiligenmann.de/vdr/download/ > Filename: vdr-vcd-0.9.tgz > Filesize: 33687 > > See HISTORY and README for details. Thanks to all, who have provided > ideas and patches. > Hello, Thanks for the update. I had a small issue with the changes to the Makefile in 0.9 though. Here is what I had to do to get it working.. (I am prettry sure its DVBDIR that was supposed to be removed, not VDRINC). --- vcd-0.9/Makefile 2008-01-16 07:29:39.000000000 -0800 +++ vcd-0.9/Makefile 2008-01-22 01:04:55.000000000 -0800 @@ -21,6 +21,7 @@ ### The directory environment: VDRDIR = ../../.. +VDRINC = $(VDRDIR)/include LIBDIR = ../../lib TMPDIR = /tmp @@ -47,7 +48,7 @@ ### Includes and Defines (add further entries here): -INCLUDES = -I$(VDRINC) -I$(DVBDIR) +INCLUDES = -I$(VDRINC) DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE