summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-03-18 12:51:18 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-04-03 13:55:31 +0800
commit66ca988d5d71e5de15081a4563d8f4899bd2206e (patch)
tree571b4bd5f0187e1d05b1f56a57352bf18ead67c9
parent238b914bba8cc41076c14eb2d37938f2f705e78f (diff)
downloadlibva-66ca988d5d71e5de15081a4563d8f4899bd2206e.tar.gz
Bind the default verion of vaCreateSurfaces() to the node VA_API_0.33.0
Currently the default version of vaCreateSurfaces() in master branch is bound to VA_API_0.33.0, however the same function in staging branch is bound to VA_API_0.34.0. To sync the two branches, bind the default version of vaCreateSurfaces() to the node VA_API_0.33.0 in staging branch Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--va/libva.syms9
1 files changed, 2 insertions, 7 deletions
diff --git a/va/libva.syms b/va/libva.syms
index 13430df..b15d546 100644
--- a/va/libva.syms
+++ b/va/libva.syms
@@ -4,13 +4,8 @@ VA_API_0.32.0 {
};
VA_API_0.33.0 {
- local:
- vaCreateSurfaces_0_32_0;
-} VA_API_0.32.0;
-
-VA_API_0.34.0 {
global:
vaCreateSurfaces;
local:
- vaCreateSurfaces_0_34_0;
-} VA_API_0.33.0;
+ vaCreateSurfaces_0_33_0;
+} VA_API_0.32.0;