mirror of https://github.com/mpv-player/mpv
useless lines removed :)
thx to Thanks Matthias & Steffen Barszus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8731 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b5d25351fe
commit
b94c16d74b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue