change video driver directory to /usr/lib/dri instead of /usr/X11R6/lib/modules/dri 42/342/1 phase2-20081110
authorroot <root@Austin-PO.(none)>
Wed, 22 Oct 2008 10:46:50 +0000 (18:46 +0800)
committerroot <root@Austin-PO.(none)>
Wed, 22 Oct 2008 10:46:50 +0000 (18:46 +0800)
src/va.c

index 7fad5e3..ca560ce 100644 (file)
--- a/src/va.c
+++ b/src/va.c
 #include "va_dri.h"
 
 #define VA_MAJOR_VERSION       0
-#define VA_MINOR_VERSION       29
+#define VA_MINOR_VERSION       30
 #define DRIVER_INIT_FUNC       "__vaDriverInit_0_30"
 
-#define DEFAULT_DRIVER_DIR     "/usr/X11R6/lib/modules/dri"
+#define DEFAULT_DRIVER_DIR     "/usr/lib/dri/"
 #define DRIVER_EXTENSION       "_drv_video.so"
 
 #define CTX(dpy) ((VADriverContextP) dpy );