diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:27:09 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:27:09 +0800 |
commit | 9664f0b207b48a141200bf392374eef82b3a1d08 (patch) | |
tree | 38a3ff518634e5b0ffa784633af40dd62776ed99 /src/va.c | |
parent | 2822d025263d516bd619c8bbe1d17ff4c1bd1af2 (diff) |
__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src/va.c')
-rw-r--r-- | src/va.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ #include "va_dricommon.h" -#define DRIVER_INIT_FUNC "__vaDriverInit_0_30" -#define DRIVER_INIT_FUNC_SDS "__vaDriverInit_0_30_sds" +#define DRIVER_INIT_FUNC "__vaDriverInit_0_31" +#define DRIVER_INIT_FUNC_SDS "__vaDriverInit_0_31_sds" #define DRIVER_EXTENSION "_drv_video.so" |