Mercurial > mplayer.hg
diff configure @ 18312:3b5b7e78b9af
Make EDL compilation unconditional
author | uau |
---|---|
date | Thu, 27 Apr 2006 12:40:29 +0000 |
parents | 90ed0bbf0151 |
children | 39f1bc23b65e |
line wrap: on
line diff
--- a/configure Thu Apr 27 12:00:56 2006 +0000 +++ b/configure Thu Apr 27 12:40:29 2006 +0000 @@ -197,7 +197,6 @@ --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_v4l=auto _tv_v4l2=auto _tv_bsdbt848=auto -_edl=yes _network=yes _winsock2=auto _smbsupport=auto @@ -1771,8 +1769,6 @@ --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 @@ 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 @@ /* Enable TV Interface support */ $_def_tv -/* Enable EDL support */ -$_def_edl - /* Enable Video 4 Linux TV interface support */ $_def_tv_v4l