Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27892 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-11-04 18:42:46 +00:00
parent 36300981a3
commit 2808f340cd
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ static void dvbin_close(stream_t *stream)
close(priv->dvr_fd);
close(priv->fe_fd);
#ifdef CONFIG_DVB
#ifndef CONFIG_DVB_HEAD
close(priv->sec_fd);
#endif