[MPlayer-cvslog] r32373 - trunk/configure

diego subversion at mplayerhq.hu
Sun Sep 26 22:53:09 CEST 2010


Author: diego
Date: Sun Sep 26 22:53:09 2010
New Revision: 32373

Log:
Remove unnecessary linux/types.h #include from Apple IR check.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Sep 26 22:51:30 2010	(r32372)
+++ trunk/configure	Sun Sep 26 22:53:09 2010	(r32373)
@@ -4040,7 +4040,6 @@ echocheck "Apple IR"
 if test "$_apple_ir" = auto ; then
   _apple_ir=no
   cat > $TMPC <<EOF
-#include <linux/types.h>
 #include <linux/input.h>
 int main(void) { struct input_event ev; struct input_id id; return 0; }
 EOF


More information about the MPlayer-cvslog mailing list