summaryrefslogtreecommitdiffstats
path: root/libcamera/Android.mk
diff options
context:
space:
mode:
authorhoony.yu <hoony.yu@samsung.com>2010-09-07 23:56:11 -0700
committerMaarten Hooft <mthooft@google.com>2010-09-14 22:09:54 -0700
commitf5bc9d8908c7612b8240a46fba560a1ecf05f2ae (patch)
tree9bf3ba9d55c0398b6014703874024d34806b50d5 /libcamera/Android.mk
parent17fee1bcd52aac003ef69816ba61992680bd3035 (diff)
downloaddevice_samsung_crespo-f5bc9d8908c7612b8240a46fba560a1ecf05f2ae.zip
device_samsung_crespo-f5bc9d8908c7612b8240a46fba560a1ecf05f2ae.tar.gz
device_samsung_crespo-f5bc9d8908c7612b8240a46fba560a1ecf05f2ae.tar.bz2
S5PC11X: OVERLAY: Added overlay feature.
- add liboverlay source. - add overlay option in BoardConfig.mk - add overlay renderer on libcamera - change the mode of video0,2 Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01
Diffstat (limited to 'libcamera/Android.mk')
-rw-r--r--libcamera/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcamera/Android.mk b/libcamera/Android.mk
index 393ee4c..1048730 100644
--- a/libcamera/Android.mk
+++ b/libcamera/Android.mk
@@ -34,6 +34,10 @@ LOCAL_SHARED_LIBRARIES+= libcamera_client
#LOCAL_SHARED_LIBRARIES+= libhdmi
#endif
+ifeq ($(BOARD_USES_OVERLAY),true)
+LOCAL_CFLAGS += -DBOARD_USES_OVERLAY
+endif
+
ifeq ($(DLOPEN_LIBSECCAMERA),1)
LOCAL_SHARED_LIBRARIES+= libdl
endif