diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <linux/notifier.h> in saa7134.h to fix build + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-10-11 20:03 nshmyrev * v4l/compat.h: |