From 03ad0fac693b608f7a870d1b3b71f73c3429df72 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 11 Oct 2005 20:11:34 +0000 Subject: * ../linux/drivers/media/video/cx88/cx88.h: * ../v4l/Make.config: * ../v4l/Makefile: - Allow to disable build of video-buf-dvb in Make.config using compile flag CONFIG_VIDEO_BUF_DVB - replaced check using this method: -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) +#ifdef HAVE_VIDEO_BUF_DVB * ../linux/drivers/media/video/saa7134/saa7134.h: - #include in saa7134.h to fix build Signed-off-by: Michael Krufky --- v4l/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 4ec482898..8c4242123 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2005-10-11 20:09 mkrufky + + * ../linux/drivers/media/video/cx88/cx88.h: + * ../v4l/Make.config: + * ../v4l/Makefile: + - Allow to disable build of video-buf-dvb in Make.config + using compile flag CONFIG_VIDEO_BUF_DVB + - replaced check using this method: + -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) + +#ifdef HAVE_VIDEO_BUF_DVB + + * ../linux/drivers/media/video/saa7134/saa7134.h: + - #include in saa7134.h to fix build + + Signed-off-by: Michael Krufky + 2005-10-11 20:03 nshmyrev * v4l/compat.h: -- cgit v1.2.3