diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:29:11 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-08-31 16:29:11 +0800 |
commit | 2dbdbf02f6e58b90b73b648f79127631ed0dec3e (patch) | |
tree | 0e5b5235ae625f9fd55e54b59123c9368d690fb4 | |
parent | 214be7e5518b4165244d7227e8e6f4fd18b4e049 (diff) | |
parent | 84f737265eaad895499b9698f03252396891299a (diff) | |
download | libva-intel-driver-2dbdbf02f6e58b90b73b648f79127631ed0dec3e.tar.gz libva-intel-driver-2dbdbf02f6e58b90b73b648f79127631ed0dec3e.tar.bz2 libva-intel-driver-2dbdbf02f6e58b90b73b648f79127631ed0dec3e.zip |
Merge branch 'master-fd.o'
-rw-r--r-- | i965_drv_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i965_drv_video.c b/i965_drv_video.c index caf7f62..d26942d 100644 --- a/i965_drv_video.c +++ b/i965_drv_video.c @@ -1312,7 +1312,7 @@ i965_Terminate(VADriverContextP ctx) } VAStatus -__vaDriverInit_0_30( VADriverContextP ctx ) +__vaDriverInit_0_31( VADriverContextP ctx ) { struct i965_driver_data *i965; int result; |