[MPlayer-cvslog] CVS: main/libvo vo_s3fb.c,1.2,1.3
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Thu May 18 11:54:46 CEST 2006
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv16340
Modified Files:
vo_s3fb.c
Log Message:
include sys/io.h instead of asm/io.h so iopl() gets declared too
Index: vo_s3fb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_s3fb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vo_s3fb.c 18 May 2006 09:21:45 -0000 1.2
+++ vo_s3fb.c 18 May 2006 09:54:44 -0000 1.3
@@ -16,7 +16,7 @@
#include <sys/ioctl.h>
#include <fcntl.h>
#include <linux/fb.h>
-#include <asm/io.h>
+#include <sys/io.h>
#include "config.h"
#ifdef HAVE_SYS_MMAN_H
More information about the MPlayer-cvslog
mailing list