Hi,

This patch drops version duplicates since they are already generated by the configure script into va_version.h. Patch against current fd.o GIT master tree.

Regards,
Gwenole.
commit 90d2dd8c8dfada98307254919170c7192ab19a84
Author: Gwenole Beauchesne <[email protected]>
Date:   Tue Jun 1 12:30:46 2010 +0200

    Drop superfluous versions.

diff --git a/va/va.c b/va/va.c
index 97fb753..1632e55 100644
--- a/va/va.c
+++ b/va/va.c
@@ -60,10 +60,6 @@ extern int trace_flag;
         trace_func(__VA_ARGS__);                \
     }
 
-#define VA_MAJOR_VERSION (0)
-#define VA_MINOR_VERSION (31)
-#define VA_VERSION_S       "0.31.1"
-
 int vaDisplayIsValid(VADisplay dpy)
 {
     VADisplayContextP pDisplayContext = (VADisplayContextP)dpy;
_______________________________________________
Libva mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to