[Libva] [PATCH 3/6] libva: fix reported version as the one from VA-API.
Gwenole Beauchesne
gwenole.beauchesne at intel.com
Tue Oct 18 08:45:50 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 aab00f0..36edd64 100644
--- a/va/va.c
+++ b/va/va.c
@@ -380,7 +380,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.4.1
More information about the Libva
mailing list