summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-01-14 16:22:47 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2011-01-14 16:22:47 +0800
commitb7849f39151a5efda5ae103486b8d00dbe6b2ff2 (patch)
treec32005d2c7e9435b15eab2638846128090e95931 /Android.mk
parentaa7a8a0b05d25f9daedaa3c1e7dd5fa360dd28cd (diff)
downloadlibva-b7849f39151a5efda5ae103486b8d00dbe6b2ff2.tar.gz
Refine VA_FOOL, and delete the hard coded clip va_fool_264.h
Move test/vainfo into test/vainfo/* Add prototype of vaCreateSurfacesForUserPtr for V4L2 user pointer support Fix klocwork critical issues. Use strnlen and snprintf instead of strlen and sprintf. New interface vaQuerySrufaceError for decode error report and concealment Encode data structure change (long term reference picture interface) Add h264 constrained baseline profile support. Signed-off-by: Elaine Wang <elaine.wang@intel.com> Signed-off-by: Bignlin Chen <binglin.chen.wang@intel.com> Signed-off-by: Yan Zhuang <yanx.zhunag@intel.com> Signed-off-by: Guoliang Ji <guoliangx.ji@intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index ba71130..5cbb9d8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1,4 @@
# Recursive call sub-folder Android.mk
#
-# include $(call all-subdir-makefiles)
-LOCAL_PATH := $(my-dir)
-
-include $(LOCAL_PATH)/va/Android.mk
+ include $(call all-subdir-makefiles)