Only #include stream/dvbin.h when DVB is enabled.

dvbin.h #includes some system DVB headers that may be unavailable.
Fixes compilation with DVB disabled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29474 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-08-03 16:31:55 +00:00
parent 01b4e4429e
commit 3fde5bd68b
1 changed files with 2 additions and 0 deletions

View File

@ -100,7 +100,9 @@ char *heartbeat_cmd;
#include "stream/tv.h"
#include "stream/stream_radio.h"
#ifdef CONFIG_DVBIN
#include "stream/dvbin.h"
#endif
#include "stream/cache2.h"
//**************************************************************************//