summaryrefslogtreecommitdiffstats
path: root/libcamera/Android.mk
diff options
context:
space:
mode:
authorJeong-Seok Yang <jseok.yang@samsung.com>2010-09-13 20:34:42 -0700
committerSimon Wilson <simonwilson@google.com>2010-09-15 17:30:23 -0700
commit26f3b8126af0d4f9243002bd40c4dd91d950ae23 (patch)
tree269f58ea031952a03e29231ec0b361138ed3b8b6 /libcamera/Android.mk
parenta8f1f061f4a66d963c2049d6d7a6a2e846fc50ec (diff)
downloaddevice_samsung_crespo-26f3b8126af0d4f9243002bd40c4dd91d950ae23.zip
device_samsung_crespo-26f3b8126af0d4f9243002bd40c4dd91d950ae23.tar.gz
device_samsung_crespo-26f3b8126af0d4f9243002bd40c4dd91d950ae23.tar.bz2
libcamera: do not use libs3cjpeg
libs3cjpeg is library about JPEG encoding by H/W IP. But libs3cjpeg is Samsung confidential library. There is some license issues. In addition, Google doesn't want using H/W JPEG encoder. So It was modified for just working some function and building binary. It doesn't work to capture the picture cause problem of jpeg encoding. Change-Id: Ib5e1377d91a536002a2f94206bb3bdfdbc330688 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'libcamera/Android.mk')
-rw-r--r--libcamera/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcamera/Android.mk b/libcamera/Android.mk
index 1048730..009fda8 100644
--- a/libcamera/Android.mk
+++ b/libcamera/Android.mk
@@ -22,7 +22,6 @@ LOCAL_SRC_FILES:= \
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