diff libmpdemux/ai_oss.c @ 10537:31f12f99118b

v4l2 support
author henry
date Thu, 07 Aug 2003 12:24:35 +0000
parents 1129b3cff6e1
children a28415f654b8
line wrap: on
line diff
--- a/libmpdemux/ai_oss.c	Thu Aug 07 12:18:04 2003 +0000
+++ b/libmpdemux/ai_oss.c	Thu Aug 07 12:24:35 2003 +0000
@@ -3,7 +3,7 @@
 
 #include "config.h"
 
-#if defined(USE_TV) && defined(HAVE_TV_V4L) && defined(USE_OSS_AUDIO)
+#if defined(USE_TV) && (defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)) && defined(USE_OSS_AUDIO)
 
 #include <string.h> /* strerror */
 #include <fcntl.h>