summaryrefslogtreecommitdiff
path: root/src/va.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/va.c')
-rw-r--r--src/va.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/va.c b/src/va.c
index 57727d0..cafe67b 100644
--- a/src/va.c
+++ b/src/va.c
@@ -35,8 +35,8 @@
#include "va_dri.h"
#define VA_MAJOR_VERSION 0
-#define VA_MINOR_VERSION 28
-#define DRIVER_INIT_FUNC "__vaDriverInit_0_28"
+#define VA_MINOR_VERSION 29
+#define DRIVER_INIT_FUNC "__vaDriverInit_0_29"
#define DEFAULT_DRIVER_DIR "/usr/X11R6/lib/modules/dri"
#define DRIVER_EXTENSION "_drv_video.so"