changeset 3243:3bd16d4a94e2

updated for support detection by configure
author alex
date Sat, 01 Dec 2001 15:05:40 +0000
parents a5f693377e23
children 6f6c1bd1a682
files libmpdemux/tvi_v4l.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l.c	Sat Dec 01 15:05:08 2001 +0000
+++ b/libmpdemux/tvi_v4l.c	Sat Dec 01 15:05:40 2001 +0000
@@ -11,7 +11,7 @@
 
 #include "config.h"
 
-#ifdef USE_TV
+#if defined(USE_TV) && defined(HAVE_TV_V4L)
 
 #include <stdio.h>
 #include <errno.h>