comparison configure @ 19187:97ea9a6616df

Rename *v4l variable to *v4l1.
author diego
date Thu, 27 Jul 2006 09:30:39 +0000
parents d9656bb2ae0e
children 0506fc913c27
comparison
equal deleted inserted replaced
19186:cb3361525054 19187:97ea9a6616df
215 --enable-lircc enable LIRCCD (LIRC client daemon) input [autodetect] 215 --enable-lircc enable LIRCCD (LIRC client daemon) input [autodetect]
216 --enable-joystick enable joystick support [disable] 216 --enable-joystick enable joystick support [disable]
217 --disable-vm disable support X video mode extensions [autodetect] 217 --disable-vm disable support X video mode extensions [autodetect]
218 --disable-xf86keysym disable support for 'multimedia' keys [autodetect] 218 --disable-xf86keysym disable support for 'multimedia' keys [autodetect]
219 --disable-tv disable TV Interface (tv/dvb grabbers) [enable] 219 --disable-tv disable TV Interface (tv/dvb grabbers) [enable]
220 --disable-tv-v4l disable Video4Linux TV Interface support [autodetect] 220 --disable-tv-v4l1 disable Video4Linux TV Interface support [autodetect]
221 --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect] 221 --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect]
222 --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect] 222 --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect]
223 --disable-pvr disable Video4Linux2/IVTV PVR support [autodetect] 223 --disable-pvr disable Video4Linux2/IVTV PVR support [autodetect]
224 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] 224 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
225 --disable-network disable network support (for: http/mms/rtp) [enable] 225 --disable-network disable network support (for: http/mms/rtp) [enable]
1647 _fastmemcpy=yes 1647 _fastmemcpy=yes
1648 _unrarlib=yes 1648 _unrarlib=yes
1649 _win32=auto 1649 _win32=auto
1650 _select=yes 1650 _select=yes
1651 _tv=yes 1651 _tv=yes
1652 _tv_v4l=auto 1652 _tv_v4l1=auto
1653 _tv_v4l2=auto 1653 _tv_v4l2=auto
1654 _tv_bsdbt848=auto 1654 _tv_bsdbt848=auto
1655 _pvr=auto 1655 _pvr=auto
1656 _network=yes 1656 _network=yes
1657 _winsock2=auto 1657 _winsock2=auto
1882 --disable-alsa) _alsa=no ;; 1882 --disable-alsa) _alsa=no ;;
1883 --enable-tv) _tv=yes ;; 1883 --enable-tv) _tv=yes ;;
1884 --disable-tv) _tv=no ;; 1884 --disable-tv) _tv=no ;;
1885 --enable-tv-bsdbt848) _tv_bsdbt848=yes ;; 1885 --enable-tv-bsdbt848) _tv_bsdbt848=yes ;;
1886 --disable-tv-bsdbt848) _tv_bsdbt848=no ;; 1886 --disable-tv-bsdbt848) _tv_bsdbt848=no ;;
1887 --enable-tv-v4l) _tv_v4l=yes ;; 1887 --enable-tv-v4l1) _tv_v4l1=yes ;;
1888 --disable-tv-v4l) _tv_v4l=no ;; 1888 --disable-tv-v4l1) _tv_v4l1=no ;;
1889 --enable-tv-v4l2) _tv_v4l2=yes ;; 1889 --enable-tv-v4l2) _tv_v4l2=yes ;;
1890 --disable-tv-v4l2) _tv_v4l2=no ;; 1890 --disable-tv-v4l2) _tv_v4l2=no ;;
1891 --enable-pvr) _pvr=yes ;; 1891 --enable-pvr) _pvr=yes ;;
1892 --disable-pvr) _pvr=no ;; 1892 --disable-pvr) _pvr=no ;;
1893 --enable-fastmemcpy) _fastmemcpy=yes ;; 1893 --enable-fastmemcpy) _fastmemcpy=yes ;;
2964 _def_pthreads='#define HAVE_PTHREADS 1' 2964 _def_pthreads='#define HAVE_PTHREADS 1'
2965 _def_threads='#define HAVE_THREADS 1' 2965 _def_threads='#define HAVE_THREADS 1'
2966 else 2966 else
2967 _res_comment="v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled" 2967 _res_comment="v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled"
2968 _def_pthreads='#undef HAVE_PTHREADS' 2968 _def_pthreads='#undef HAVE_PTHREADS'
2969 _nas=no ; _tv_v4l=no ; _macosx=no 2969 _nas=no ; _tv_v4l1=no ; _macosx=no
2970 if not mingw32 ; then 2970 if not mingw32 ; then
2971 _win32=no 2971 _win32=no
2972 fi 2972 fi
2973 fi 2973 fi
2974 echores "$_pthreads" 2974 echores "$_pthreads"
6681 echores "$_tv_bsdbt848" 6681 echores "$_tv_bsdbt848"
6682 fi #if bsd 6682 fi #if bsd
6683 6683
6684 6684
6685 echocheck "Video 4 Linux TV interface" 6685 echocheck "Video 4 Linux TV interface"
6686 if test "$_tv_v4l" = auto ; then 6686 if test "$_tv_v4l1" = auto ; then
6687 _tv_v4l=no 6687 _tv_v4l1=no
6688 if test "$_tv" = yes && linux ; then 6688 if test "$_tv" = yes && linux ; then
6689 cat > $TMPC <<EOF 6689 cat > $TMPC <<EOF
6690 #include <stdlib.h> 6690 #include <stdlib.h>
6691 #include <linux/videodev.h> 6691 #include <linux/videodev.h>
6692 int main(void) { return 0; } 6692 int main(void) { return 0; }
6693 EOF 6693 EOF
6694 cc_check && _tv_v4l=yes 6694 cc_check && _tv_v4l1=yes
6695 fi 6695 fi
6696 fi 6696 fi
6697 if test "$_tv_v4l" = yes ; then 6697 if test "$_tv_v4l1" = yes ; then
6698 _def_tv_v4l='#define HAVE_TV_V4L 1' 6698 _def_tv_v4l1='#define HAVE_TV_V4L1 1'
6699 _inputmodules="tv-v4l $_inputmodules" 6699 _inputmodules="tv-v4l $_inputmodules"
6700 else 6700 else
6701 _noinputmodules="tv-v4l $_noinputmodules" 6701 _noinputmodules="tv-v4l1 $_noinputmodules"
6702 _def_tv_v4l='#undef HAVE_TV_V4L' 6702 _def_tv_v4l='#undef HAVE_TV_V4L'
6703 fi 6703 fi
6704 echores "$_tv_v4l" 6704 echores "$_tv_v4l1"
6705 6705
6706 6706
6707 echocheck "Video 4 Linux 2 TV interface" 6707 echocheck "Video 4 Linux 2 TV interface"
6708 if test "$_tv_v4l2" = auto ; then 6708 if test "$_tv_v4l2" = auto ; then
6709 _tv_v4l2=no 6709 _tv_v4l2=no
7434 # input/demuxer/codecs 7434 # input/demuxer/codecs
7435 TERMCAP_LIB = $_ld_termcap 7435 TERMCAP_LIB = $_ld_termcap
7436 LIRC_LIB = $_ld_lirc 7436 LIRC_LIB = $_ld_lirc
7437 LIRCC_LIB = $_ld_lircc 7437 LIRCC_LIB = $_ld_lircc
7438 TV = $_tv 7438 TV = $_tv
7439 TV_V4L = $_tv_v4l 7439 TV_V4L1 = $_tv_v4l1
7440 TV_V4L2 = $_tv_v4l2 7440 TV_V4L2 = $_tv_v4l2
7441 TV_BSDBT848 = $_tv_bsdbt848 7441 TV_BSDBT848 = $_tv_bsdbt848
7442 PVR = $_pvr 7442 PVR = $_pvr
7443 VCD = $_vcd 7443 VCD = $_vcd
7444 HAVE_DVD = $_have_dvd 7444 HAVE_DVD = $_have_dvd
7961 #undef FAST_OSD_TABLE 7961 #undef FAST_OSD_TABLE
7962 7962
7963 /* Enable TV Interface support */ 7963 /* Enable TV Interface support */
7964 $_def_tv 7964 $_def_tv
7965 7965
7966 /* Enable Video 4 Linux TV interface support */ 7966 /* Enable Video 4 Linux 1 TV interface support */
7967 $_def_tv_v4l 7967 $_def_tv_v4l1
7968 7968
7969 /* Enable Video 4 Linux 2 TV interface support */ 7969 /* Enable Video 4 Linux 2 TV interface support */
7970 $_def_tv_v4l2 7970 $_def_tv_v4l2
7971 7971
7972 /* Enable *BSD BrookTree TV interface support */ 7972 /* Enable *BSD BrookTree TV interface support */