debrix-driver-nv/nv Makefile.am, NONE, 1.1 nv_include.h, 1.2, 1.3 nv_video.c, 1.2, 1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Sun Jun 27 18:09:09 PDT 2004


Committed by: daniel

Update of /cvs/xserver/debrix-driver-nv/nv
In directory pdx:/tmp/cvs-serv12467/nv

Modified Files:
	nv_include.h nv_video.c 
Added Files:
	Makefile.am 
Log Message:
* configure.ac:
* Makefile.am:
* nv/Makefile.am:
* riva/Makefile.am:
Now building two modules: libnv.la, and libriva128.la.

* nv/nv_include.h:
* nv/nv_video.c:
* riva/riva_include.h:
#include "Xv.h" -> <X11/extensions/Xv.h>


--- NEW FILE: Makefile.am ---
driver_LTLIBRARIES = libnv.la

libnv_la_SOURCES = \
                   nv_driver.c \
                   nv_dac.c \
                   nv_setup.c \
                   nv_cursor.c \
                   nv_xaa.c \
                   nv_dga.c \
                   nv_shadow.c \
                   nv_hw.c \
                   nv_video.c

Index: nv_include.h
===================================================================
RCS file: /cvs/xserver/debrix-driver-nv/nv/nv_include.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nv_include.h	23 Apr 2004 19:42:10 -0000	1.2
+++ nv_include.h	28 Jun 2004 01:09:06 -0000	1.3
@@ -43,7 +43,7 @@
 #include "fbdevhw.h"
 
 #include "xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
 
 #include "vgaHW.h"
 

Index: nv_video.c
===================================================================
RCS file: /cvs/xserver/debrix-driver-nv/nv/nv_video.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nv_video.c	23 Apr 2004 19:42:10 -0000	1.2
+++ nv_video.c	28 Jun 2004 01:09:06 -0000	1.3
@@ -11,7 +11,7 @@
 #include "regionstr.h"
 
 #include "xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
 #include "xaa.h"
 #include "xaalocal.h"
 #include "dixstruct.h"




More information about the xserver-commit mailing list