[MPlayer-cvslog] r31126 - branches/1.0rc3/libvo/vo_directfb2.c

siretart subversion at mplayerhq.hu
Sat May 1 20:55:40 CEST 2010


Author: siretart
Date: Sat May  1 20:55:40 2010
New Revision: 31126

Log:
result of the following commits in trunk:

r31061 | diego | 2010-04-24 12:50:21 +0200 (Sat, 24 Apr 2010) | 2 lines

10l: Remove leftover commented-out #include.

------------------------------------------------------------------------
r31060 | diego | 2010-04-24 12:47:53 +0200 (Sat, 24 Apr 2010) | 2 lines

Remove unnecessary kd.h #include.

------------------------------------------------------------------------
r31058 | siretart | 2010-04-23 12:04:56 +0200 (Fri, 23 Apr 2010) | 2 lines

include sys/kd.h on non-Linux architectures correctly

Modified:
   branches/1.0rc3/libvo/vo_directfb2.c

Modified: branches/1.0rc3/libvo/vo_directfb2.c
==============================================================================
--- branches/1.0rc3/libvo/vo_directfb2.c	Sat May  1 20:53:37 2010	(r31125)
+++ branches/1.0rc3/libvo/vo_directfb2.c	Sat May  1 20:55:40 2010	(r31126)
@@ -34,12 +34,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef __linux__
-#include <sys/kd.h>
-#else
-#include <linux/kd.h>
-#endif
-
 #include "config.h"
 #include "video_out.h"
 #include "video_out_internal.h"


More information about the MPlayer-cvslog mailing list