comparison configure @ 23900:b5cc28c45d73

Teletext support. Part 2/5: options/slaves/configure/definitions/etc
author voroshil
date Sun, 29 Jul 2007 17:55:28 +0000
parents 21aab907150e
children fb63124c7920
comparison
equal deleted inserted replaced
23899:34532db868ba 23900:b5cc28c45d73
245 --disable-radio-bsdbt848 disable BSD BT848 radio interface [autodetect] 245 --disable-radio-bsdbt848 disable BSD BT848 radio interface [autodetect]
246 --disable-tv disable TV interface (TV/DVB grabbers) [enable] 246 --disable-tv disable TV interface (TV/DVB grabbers) [enable]
247 --disable-tv-v4l1 disable Video4Linux TV interface [autodetect] 247 --disable-tv-v4l1 disable Video4Linux TV interface [autodetect]
248 --disable-tv-v4l2 disable Video4Linux2 TV interface [autodetect] 248 --disable-tv-v4l2 disable Video4Linux2 TV interface [autodetect]
249 --disable-tv-bsdbt848 disable BSD BT848 interface [autodetect] 249 --disable-tv-bsdbt848 disable BSD BT848 interface [autodetect]
250 --disable-tv-teletext disable TV teletext interface [autodetect]
250 --disable-pvr disable Video4Linux2 MPEG PVR [autodetect] 251 --disable-pvr disable Video4Linux2 MPEG PVR [autodetect]
251 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] 252 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
252 --disable-network disable networking [enable] 253 --disable-network disable networking [enable]
253 --enable-winsock2 enable winsock2 [autodetect] 254 --enable-winsock2 enable winsock2 [autodetect]
254 --enable-smb enable Samba (SMB) input [autodetect] 255 --enable-smb enable Samba (SMB) input [autodetect]
596 _radio_bsdbt848=auto 597 _radio_bsdbt848=auto
597 _tv=yes 598 _tv=yes
598 _tv_v4l1=auto 599 _tv_v4l1=auto
599 _tv_v4l2=auto 600 _tv_v4l2=auto
600 _tv_bsdbt848=auto 601 _tv_bsdbt848=auto
602 _tv_teletext=auto
601 _pvr=auto 603 _pvr=auto
602 _network=yes 604 _network=yes
603 _winsock2=auto 605 _winsock2=auto
604 _smbsupport=auto 606 _smbsupport=auto
605 _vidix_internal=auto 607 _vidix_internal=auto
946 --disable-tv-bsdbt848) _tv_bsdbt848=no ;; 948 --disable-tv-bsdbt848) _tv_bsdbt848=no ;;
947 --enable-tv-v4l1) _tv_v4l1=yes ;; 949 --enable-tv-v4l1) _tv_v4l1=yes ;;
948 --disable-tv-v4l1) _tv_v4l1=no ;; 950 --disable-tv-v4l1) _tv_v4l1=no ;;
949 --enable-tv-v4l2) _tv_v4l2=yes ;; 951 --enable-tv-v4l2) _tv_v4l2=yes ;;
950 --disable-tv-v4l2) _tv_v4l2=no ;; 952 --disable-tv-v4l2) _tv_v4l2=no ;;
953 --enable-tv-teletext) _tv_teletext=yes ;;
954 --disable-tv-teletext) _tv_teletext=no ;;
951 --enable-radio) _radio=yes ;; 955 --enable-radio) _radio=yes ;;
952 --enable-radio-capture) _radio_capture=yes ;; 956 --enable-radio-capture) _radio_capture=yes ;;
953 --disable-radio-capture) _radio_capture=no ;; 957 --disable-radio-capture) _radio_capture=no ;;
954 --disable-radio) _radio=no ;; 958 --disable-radio) _radio=no ;;
955 --enable-radio-v4l) _radio_v4l=yes ;; 959 --enable-radio-v4l) _radio_v4l=yes ;;
6677 _def_tv_v4l2='#undef HAVE_TV_V4L2' 6681 _def_tv_v4l2='#undef HAVE_TV_V4L2'
6678 fi 6682 fi
6679 echores "$_tv_v4l2" 6683 echores "$_tv_v4l2"
6680 6684
6681 6685
6686 echocheck "TV teletext interface"
6687 if test "$_tv_teletext" = auto ; then
6688 if test "$_tv_v4l2" = yes; then
6689 _tv_teletext=yes
6690 else
6691 _tv_teletext=no
6692 fi
6693 fi
6694 if test "$_tv_teletext" = yes ; then
6695 _def_tv_teletext='#define HAVE_TV_TELETEXT 1'
6696 _inputmodules="tv-teletext $_inputmodules"
6697 else
6698 _noinputmodules="tv-teletext $_noinputmodules"
6699 _def_tv_teletext='#undef HAVE_TV_TELETEXT'
6700 fi
6701 echores "$_tv_teletext"
6702
6703
6682 echocheck "Radio interface" 6704 echocheck "Radio interface"
6683 if test "$_radio" = yes ; then 6705 if test "$_radio" = yes ; then
6684 _def_radio='#define USE_RADIO 1' 6706 _def_radio='#define USE_RADIO 1'
6685 _inputmodules="radio $_inputmodules" 6707 _inputmodules="radio $_inputmodules"
6686 if test "$_alsa9" != yes -a "$_alsa1x" != yes -a "$_ossaudio" != yes ; then 6708 if test "$_alsa9" != yes -a "$_alsa1x" != yes -a "$_ossaudio" != yes ; then
7413 TV = $_tv 7435 TV = $_tv
7414 TV_V4L = $_tv_v4l 7436 TV_V4L = $_tv_v4l
7415 TV_V4L1 = $_tv_v4l1 7437 TV_V4L1 = $_tv_v4l1
7416 TV_V4L2 = $_tv_v4l2 7438 TV_V4L2 = $_tv_v4l2
7417 TV_BSDBT848 = $_tv_bsdbt848 7439 TV_BSDBT848 = $_tv_bsdbt848
7440 TV_TELETEXT = $_tv_teletext
7418 AUDIO_INPUT = $_audio_input 7441 AUDIO_INPUT = $_audio_input
7419 PVR = $_pvr 7442 PVR = $_pvr
7420 VCD = $_vcd 7443 VCD = $_vcd
7421 DVDREAD = $_dvdread 7444 DVDREAD = $_dvdread
7422 DVDREAD_INTERNAL = $_dvdread_internal 7445 DVDREAD_INTERNAL = $_dvdread_internal
7936 $_def_ioctl_bt848_h_name 7959 $_def_ioctl_bt848_h_name
7937 7960
7938 /* Enable *BSD BrookTree TV interface support */ 7961 /* Enable *BSD BrookTree TV interface support */
7939 $_def_tv_bsdbt848 7962 $_def_tv_bsdbt848
7940 7963
7964 /* Enable TV Teletext Interface support */
7965 $_def_tv_teletext
7966
7941 /* Enable Radio Interface support */ 7967 /* Enable Radio Interface support */
7942 $_def_radio 7968 $_def_radio
7943 7969
7944 /* Enable Capture for Radio Interface support */ 7970 /* Enable Capture for Radio Interface support */
7945 $_def_radio_capture 7971 $_def_radio_capture