[Libva] [PATCH 2/3] libva: fix reported version as the one from VA-API.
Gwenole Beauchesne
gb.devel at gmail.com
Sun Oct 16 10:43:10 PDT 2011
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
va/va.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/va/va.c b/va/va.c
index 3741d21..2e71ab9 100644
--- a/va/va.c
+++ b/va/va.c
@@ -370,7 +370,7 @@ VAStatus vaInitialize (
va_FoolInit(dpy);
- va_infoMessage("libva version %s\n", VA_VERSION_S);
+ va_infoMessage("VA-API version %s\n", VA_VERSION_S);
driver_name_env = getenv("LIBVA_DRIVER_NAME");
if (driver_name_env && geteuid() == getuid()) {
--
1.7.0.4
More information about the Libva
mailing list