summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog15
-rw-r--r--v4l/compat.h5
2 files changed, 19 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 7b6cc8a2e..789427677 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,18 @@
+2005-10-27 04:50 mkrufky
+
+ * ../linux/drivers/media/video/tuner-simple.c:
+ (default_set_tv_freq):
+ - ISO C90 forbids mixed declarations and code
+
+ * ../v4l/compat.h:
+ - Do not build support for nxt200x unless at least one of the
+ following is true:
+
+ a) KERNEL_VERSION >= 2.6.15
+ b) v4l / dvb merge-trees build environment.
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-10-27 04:27 mkrufky
* ../linux/drivers/media/video/cx88/Kconfig:
diff --git a/v4l/compat.h b/v4l/compat.h
index be421393c..ebbea9492 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.27 2005/10/20 20:11:39 nsh Exp $
+ * $Id: compat.h,v 1.28 2005/10/27 04:56:18 mkrufky Exp $
*/
#ifndef _COMPAT_H
@@ -134,6 +134,9 @@ static inline unsigned long msleep_interruptible(unsigned int msecs)
#undef HAVE_LGDT330X
#undef HAVE_TDA1004X
#endif
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,15)
+#undef HAVE_NXT200X
+#endif
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)