summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuang Yan <yanx.zhuang@intel.com>2010-12-14 17:10:20 +0800
committerZhuang Yan <yanx.zhuang@intel.com>2010-12-14 17:10:20 +0800
commit737bec2b8542b844af2b5e081d12a2ca5cc02e8e (patch)
tree6b7cb987820cbc528d61522e58c72a841bde10d8
parentcc391d3d032cc99f49c5b2e889eb355935b6e3d9 (diff)
downloadlibva-737bec2b8542b844af2b5e081d12a2ca5cc02e8e.tar.gz
change test/Android.mk . Add include subdir
-rw-r--r--test/Android.mk1
-rw-r--r--test/putsurface/putsurface-android.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.mk b/test/Android.mk
index b7c0c0b..5a6e354 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -1,5 +1,6 @@
# For vainfo
# =====================================================
+include $(call all-subdir-makefiles)
LOCAL_PATH:= $(call my-dir)
diff --git a/test/putsurface/putsurface-android.cpp b/test/putsurface/putsurface-android.cpp
index e6942fa..ec2c865 100644
--- a/test/putsurface/putsurface-android.cpp
+++ b/test/putsurface/putsurface-android.cpp
@@ -72,7 +72,7 @@ if (va_status != VA_STATUS_SUCCESS) { \
exit(1); \
}
-#include "loadsurface-android.h"
+#include "loadsurface.h"
#define SURFACE_NUM 5