[MPlayer-cvslog] r23874 - trunk/stream/vcd_read_nbsd.h

reimar subversion at mplayerhq.hu
Fri Jul 27 19:02:56 CEST 2007


Author: reimar
Date: Fri Jul 27 19:02:56 2007
New Revision: 23874

Log:
One ifdef less


Modified:
   trunk/stream/vcd_read_nbsd.h

Modified: trunk/stream/vcd_read_nbsd.h
==============================================================================
--- trunk/stream/vcd_read_nbsd.h	(original)
+++ trunk/stream/vcd_read_nbsd.h	Fri Jul 27 19:02:56 2007
@@ -1,8 +1,6 @@
 
 #include <sys/types.h>
-#ifdef __NetBSD__
-#include <sys/inttypes.h>
-#endif
+#include <inttypes.h>
 #include "libavutil/intreadwrite.h"
 #include <sys/cdio.h>
 #include <sys/scsiio.h>



More information about the MPlayer-cvslog mailing list