summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index 00ae3fdb6c..95c3bbb572 100755
--- a/configure
+++ b/configure
@@ -197,7 +197,6 @@ Optional features:
--disable-tv-v4l disable Video4Linux TV Interface support [autodetect]
--disable-tv-v4l2 disable Video4Linux2 TV Interface support [autodetect]
--disable-tv-bsdbt848 disable BSD BT848 Interface support [autodetect]
- --disable-edl disable EDL (edit decision list) support [enable]
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
--disable-network disable network support (for: http/mms/rtp) [enable]
--enable-winsock2 enable winsock2 usage [autodetect]
@@ -1548,7 +1547,6 @@ _tv=yes
_tv_v4l=auto
_tv_v4l2=auto
_tv_bsdbt848=auto
-_edl=yes
_network=yes
_winsock2=auto
_smbsupport=auto
@@ -1771,8 +1769,6 @@ for ac_option do
--disable-alsa) _alsa=no ;;
--enable-tv) _tv=yes ;;
--disable-tv) _tv=no ;;
- --enable-edl) _edl=yes ;;
- --disable-edl) _edl=no ;;
--enable-tv-bsdbt848) _tv_bsdbt848=yes ;;
--disable-tv-bsdbt848) _tv_bsdbt848=no ;;
--enable-tv-v4l) _tv_v4l=yes ;;
@@ -6550,16 +6546,6 @@ else
fi
echores "$_tv"
-echocheck "EDL support"
-if test "$_edl" = yes ; then
- _def_edl='#define USE_EDL'
- _inputmodules="edl $_inputmodules"
-else
- _noinputmodules="edl $_noinputmodules"
- _def_edl='#undef USE_EDL'
-fi
-echores "$_edl"
-
echocheck "*BSD BrookTree 848 TV interface"
if test "$_tv_bsdbt848" = auto ; then
_tv_bsdbt848=no
@@ -7816,9 +7802,6 @@ $_def_nas
/* Enable TV Interface support */
$_def_tv
-/* Enable EDL support */
-$_def_edl
-
/* Enable Video 4 Linux TV interface support */
$_def_tv_v4l