diff configure @ 19189:0506fc913c27

Introduce general V4L variable/define.
author diego
date Thu, 27 Jul 2006 09:34:32 +0000
parents 97ea9a6616df
children 1ea5c31932fd
line wrap: on
line diff
--- a/configure	Thu Jul 27 09:33:24 2006 +0000
+++ b/configure	Thu Jul 27 09:34:32 2006 +0000
@@ -6695,6 +6695,8 @@
  fi
 fi
 if test "$_tv_v4l1" = yes ; then
+  _tv_v4l=yes
+  _def_tv_v4l='#define HAVE_TV_V4L 1'
   _def_tv_v4l1='#define HAVE_TV_V4L1 1'
   _inputmodules="tv-v4l $_inputmodules"
 else
@@ -6718,6 +6720,8 @@
  fi
 fi
 if test "$_tv_v4l2" = yes ; then
+  _tv_v4l=yes
+  _def_tv_v4l='#define HAVE_TV_V4L 1'
   _def_tv_v4l2='#define HAVE_TV_V4L2 1'
   _inputmodules="tv-v4l2 $_inputmodules"
 else
@@ -7436,6 +7440,7 @@
 LIRC_LIB = $_ld_lirc
 LIRCC_LIB = $_ld_lircc
 TV = $_tv
+TV_V4L  = $_tv_v4l
 TV_V4L1 = $_tv_v4l1
 TV_V4L2 = $_tv_v4l2
 TV_BSDBT848 = $_tv_bsdbt848
@@ -7963,6 +7968,9 @@
 /* Enable TV Interface support */
 $_def_tv
 
+/* Enable Video 4 Linux TV interface support */
+$_def_tv_v4l
+
 /* Enable Video 4 Linux 1 TV interface support */
 $_def_tv_v4l1