summaryrefslogtreecommitdiff
path: root/test/test_12.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_12.c')
-rw-r--r--test/test_12.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_12.c b/test/test_12.c
index 9bdc1ef..3c82476 100644
--- a/test/test_12.c
+++ b/test/test_12.c
@@ -24,7 +24,12 @@
#define TEST_DESCRIPTION "Sample MPEG2 VLD Decoding"
+#ifdef IN_LIBVA
#include <va_x11.h>
+#else
+#include <va/va_x11.h>
+#endif
+
#include "test_common.c"
#include <sys/types.h>