[MPlayer-cvslog] r28436 - trunk/libvo/sub.c
diego
subversion at mplayerhq.hu
Sun Feb 1 14:40:15 CET 2009
Author: diego
Date: Sun Feb 1 14:40:15 2009
New Revision: 28436
Log:
Remove pointless #ifdef around internal header includes.
Modified:
trunk/libvo/sub.c
Modified: trunk/libvo/sub.c
==============================================================================
--- trunk/libvo/sub.c Sun Feb 1 14:33:35 2009 (r28435)
+++ trunk/libvo/sub.c Sun Feb 1 14:40:15 2009 (r28436)
@@ -8,16 +8,12 @@
#include <malloc.h>
#endif
-#ifdef CONFIG_DVDNAV
#include "stream/stream.h"
#include "stream/stream_dvdnav.h"
#define OSD_NAV_BOX_ALPHA 0x7f
-#endif
-#ifdef CONFIG_TV_TELETEXT
#include "stream/tv.h"
#include "osdep/timer.h"
-#endif
#include "mplayer.h"
#include "mp_msg.h"
More information about the MPlayer-cvslog
mailing list