diff options
author | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 03:20:31 +0800 |
---|---|---|
committer | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 03:20:31 +0800 |
commit | adac1a519de44803b0cdfff29829508cdd419a01 (patch) | |
tree | b78120a19828e04bae6482bf5655fcbd0b933403 /src/va.c | |
parent | af4671aa8c68c3f2c107d9fddf197e560fccf3e2 (diff) | |
download | libva-adac1a519de44803b0cdfff29829508cdd419a01.tar.gz |
patch 108_drivers_path.patch
Diffstat (limited to 'src/va.c')
-rw-r--r-- | src/va.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ #define VA_MINOR_VERSION 30 #define DRIVER_INIT_FUNC "__vaDriverInit_0_30" -#define DEFAULT_DRIVER_DIR "/usr/lib/dri/" +#define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri" #define DRIVER_EXTENSION "_drv_video.so" #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext) @@ -128,7 +128,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name) } if (!search_path) { - search_path = DEFAULT_DRIVER_DIR; + search_path = VA_DRIVERS_PATH; } search_path = strdup(search_path); |