comparison configure @ 18312:3b5b7e78b9af

Make EDL compilation unconditional
author uau
date Thu, 27 Apr 2006 12:40:29 +0000
parents 90ed0bbf0151
children 39f1bc23b65e
comparison
equal deleted inserted replaced
18311:6727756ba981 18312:3b5b7e78b9af
195 --disable-xf86keysym disable support for 'multimedia' keys [autodetect] 195 --disable-xf86keysym disable support for 'multimedia' keys [autodetect]
196 --disable-tv disable TV Interface (tv/dvb grabbers) [enable] 196 --disable-tv disable TV Interface (tv/dvb grabbers) [enable]
197 --disable-tv-v4l disable Video4Linux TV Interface support [autodetect] 197 --disable-tv-v4l disable Video4Linux TV Interface support [autodetect]
198 --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect] 198 --disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect]
199 --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect] 199 --disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect]
200 --disable-edl disable EDL (edit decision list) support [enable]
201 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect] 200 --disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
202 --disable-network disable network support (for: http/mms/rtp) [enable] 201 --disable-network disable network support (for: http/mms/rtp) [enable]
203 --enable-winsock2 enable winsock2 usage [autodetect] 202 --enable-winsock2 enable winsock2 usage [autodetect]
204 --enable-smb enable Samba (SMB) input support [autodetect] 203 --enable-smb enable Samba (SMB) input support [autodetect]
205 --enable-live enable LIVE555 Streaming Media support [autodetect] 204 --enable-live enable LIVE555 Streaming Media support [autodetect]
1546 _select=yes 1545 _select=yes
1547 _tv=yes 1546 _tv=yes
1548 _tv_v4l=auto 1547 _tv_v4l=auto
1549 _tv_v4l2=auto 1548 _tv_v4l2=auto
1550 _tv_bsdbt848=auto 1549 _tv_bsdbt848=auto
1551 _edl=yes
1552 _network=yes 1550 _network=yes
1553 _winsock2=auto 1551 _winsock2=auto
1554 _smbsupport=auto 1552 _smbsupport=auto
1555 _vidix_internal=auto 1553 _vidix_internal=auto
1556 _vidix_external=auto 1554 _vidix_external=auto
1769 --disable-sgiaudio) _sgiaudio=no ;; 1767 --disable-sgiaudio) _sgiaudio=no ;;
1770 --enable-alsa) _alsa=yes ;; 1768 --enable-alsa) _alsa=yes ;;
1771 --disable-alsa) _alsa=no ;; 1769 --disable-alsa) _alsa=no ;;
1772 --enable-tv) _tv=yes ;; 1770 --enable-tv) _tv=yes ;;
1773 --disable-tv) _tv=no ;; 1771 --disable-tv) _tv=no ;;
1774 --enable-edl) _edl=yes ;;
1775 --disable-edl) _edl=no ;;
1776 --enable-tv-bsdbt848) _tv_bsdbt848=yes ;; 1772 --enable-tv-bsdbt848) _tv_bsdbt848=yes ;;
1777 --disable-tv-bsdbt848) _tv_bsdbt848=no ;; 1773 --disable-tv-bsdbt848) _tv_bsdbt848=no ;;
1778 --enable-tv-v4l) _tv_v4l=yes ;; 1774 --enable-tv-v4l) _tv_v4l=yes ;;
1779 --disable-tv-v4l) _tv_v4l=no ;; 1775 --disable-tv-v4l) _tv_v4l=no ;;
1780 --enable-tv-v4l2) _tv_v4l2=yes ;; 1776 --enable-tv-v4l2) _tv_v4l2=yes ;;
6548 _noinputmodules="tv $_noinputmodules" 6544 _noinputmodules="tv $_noinputmodules"
6549 _def_tv='#undef USE_TV' 6545 _def_tv='#undef USE_TV'
6550 fi 6546 fi
6551 echores "$_tv" 6547 echores "$_tv"
6552 6548
6553 echocheck "EDL support"
6554 if test "$_edl" = yes ; then
6555 _def_edl='#define USE_EDL'
6556 _inputmodules="edl $_inputmodules"
6557 else
6558 _noinputmodules="edl $_noinputmodules"
6559 _def_edl='#undef USE_EDL'
6560 fi
6561 echores "$_edl"
6562
6563 echocheck "*BSD BrookTree 848 TV interface" 6549 echocheck "*BSD BrookTree 848 TV interface"
6564 if test "$_tv_bsdbt848" = auto ; then 6550 if test "$_tv_bsdbt848" = auto ; then
6565 _tv_bsdbt848=no 6551 _tv_bsdbt848=no
6566 if test "$_tv" = yes ; then 6552 if test "$_tv" = yes ; then
6567 cat > $TMPC <<EOF 6553 cat > $TMPC <<EOF
7814 #undef FAST_OSD_TABLE 7800 #undef FAST_OSD_TABLE
7815 7801
7816 /* Enable TV Interface support */ 7802 /* Enable TV Interface support */
7817 $_def_tv 7803 $_def_tv
7818 7804
7819 /* Enable EDL support */
7820 $_def_edl
7821
7822 /* Enable Video 4 Linux TV interface support */ 7805 /* Enable Video 4 Linux TV interface support */
7823 $_def_tv_v4l 7806 $_def_tv_v4l
7824 7807
7825 /* Enable Video 4 Linux 2 TV interface support */ 7808 /* Enable Video 4 Linux 2 TV interface support */
7826 $_def_tv_v4l2 7809 $_def_tv_v4l2