summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2009-07-06 10:41:05 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2009-07-08 13:34:51 +0800
commit4ec2eccfb938ac037731796a7f5b05dbb8270a06 (patch)
tree90e542f42809e017b305397c164eaa6ff834e315
parentf217294c47d7cf416f49c21974891b3d4db6501b (diff)
downloadlibva-4ec2eccfb938ac037731796a7f5b05dbb8270a06.tar.gz
Fix build after X11 -> x11 move
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--src/va_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/va_backend.h b/src/va_backend.h
index 64304b8..7dc2302 100644
--- a/src/va_backend.h
+++ b/src/va_backend.h
@@ -31,7 +31,7 @@
#ifdef IN_LIBVA
#include "va.h"
-#include "X11/va_x11.h"
+#include "x11/va_x11.h"
#else
#include <va/va.h>
#include <va/va_x11.h>