summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 11:34:17 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 11:34:17 +0000
commitb94c16d74b8774bfe9b9996c3888c5b9e862c1f5 (patch)
tree22877c472512200bee3489ddd6ca3b85f13122f1 /configure
parentb5d25351fe27d3f115e063de469195a288238527 (diff)
downloadmpv-b94c16d74b8774bfe9b9996c3888c5b9e862c1f5.tar.bz2
mpv-b94c16d74b8774bfe9b9996c3888c5b9e862c1f5.tar.xz
useless lines removed :)
thx to Thanks Matthias & Steffen Barszus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8731 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 50ac88df55..55a5253b76 100755
--- a/configure
+++ b/configure
@@ -2714,7 +2714,6 @@ echores "$_fbdev"
echocheck "DVB"
if test "$_dvb" != no ; then
_dvb=no
- test -c /dev/ost/video && _dvb=yes
cat >$TMPC << EOF
#include <sys/poll.h>
#include <sys/ioctl.h>
@@ -2755,7 +2754,6 @@ if test "$_dvbhead" != no ; then
echocheck "DVB HEAD"
if test "$_dvbhead" != no ; then
_dvbhead=no
- test -c /dev/dvb/adapter0/video0 && _dvbhead=yes
cat >$TMPC << EOF
#include <sys/poll.h>