[MPlayer-cvslog] r29474 - trunk/mplayer.c

diego subversion at mplayerhq.hu
Mon Aug 3 18:31:55 CEST 2009


Author: diego
Date: Mon Aug  3 18:31:55 2009
New Revision: 29474

Log:
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.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Mon Aug  3 15:51:33 2009	(r29473)
+++ trunk/mplayer.c	Mon Aug  3 18:31:55 2009	(r29474)
@@ -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"
 
 //**************************************************************************//


More information about the MPlayer-cvslog mailing list