diff options
author | Jeong-Seok Yang <jseok.yang@samsung.com> | 2010-09-21 23:23:54 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2010-09-24 19:28:24 -0700 |
commit | d7f2c96de954376e7460388c2205a7cc7775a525 (patch) | |
tree | 747ca74dec643bf620285cb06af299f4501285fe /libcamera/Android.mk | |
parent | ba6acfacc21ce75f8cc18340c7261614ebe7b47b (diff) | |
download | device_samsung_crespo-d7f2c96de954376e7460388c2205a7cc7775a525.zip device_samsung_crespo-d7f2c96de954376e7460388c2205a7cc7775a525.tar.gz device_samsung_crespo-d7f2c96de954376e7460388c2205a7cc7775a525.tar.bz2 |
libcamera: using libs3cjpeg
Change-Id: I3df95e29de2ccd4cc4643205b6ce6eae6916d32b
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'libcamera/Android.mk')
-rw-r--r-- | libcamera/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcamera/Android.mk b/libcamera/Android.mk index 17b4b33..ebbd37b 100644 --- a/libcamera/Android.mk +++ b/libcamera/Android.mk @@ -19,9 +19,10 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../libs3cjpeg LOCAL_SRC_FILES:= \ SecCamera.cpp \ SecCameraHWInterface.cpp - + LOCAL_SHARED_LIBRARIES:= libutils libui liblog libbinder libcutils +LOCAL_SHARED_LIBRARIES+= libs3cjpeg LOCAL_SHARED_LIBRARIES+= libcamera_client #Enable the below code to show the video output (without GUI) on TV |