[MPlayer-cvslog] r32314 - in trunk/libvo: vo_fbdev.c vo_svga.c

diego subversion at mplayerhq.hu
Mon Sep 20 09:37:33 CEST 2010


Author: diego
Date: Mon Sep 20 09:37:33 2010
New Revision: 32314

Log:
Remove unnecessary #ifdefs around vosub_vidix.h #include.

Modified:
   trunk/libvo/vo_fbdev.c
   trunk/libvo/vo_svga.c

Modified: trunk/libvo/vo_fbdev.c
==============================================================================
--- trunk/libvo/vo_fbdev.c	Mon Sep 20 09:33:53 2010	(r32313)
+++ trunk/libvo/vo_fbdev.c	Mon Sep 20 09:37:33 2010	(r32314)
@@ -41,9 +41,7 @@
 #include "fastmemcpy.h"
 #include "sub.h"
 #include "geometry.h"
-#ifdef CONFIG_VIDIX
 #include "vosub_vidix.h"
-#endif
 #include "aspect.h"
 #include "mp_msg.h"
 #include "libavutil/common.h"

Modified: trunk/libvo/vo_svga.c
==============================================================================
--- trunk/libvo/vo_svga.c	Mon Sep 20 09:33:53 2010	(r32313)
+++ trunk/libvo/vo_svga.c	Mon Sep 20 09:37:33 2010	(r32314)
@@ -55,9 +55,7 @@ TODO:
 #include "video_out_internal.h"
 #include "fastmemcpy.h"
 #include "osdep/getch2.h"
-#ifdef CONFIG_VIDIX
 #include "vosub_vidix.h"
-#endif
 
 #include "sub.h"
 


More information about the MPlayer-cvslog mailing list