summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Android.mk
diff options
context:
space:
mode:
authorNipun Kwatra <nkwatra@google.com>2010-07-27 22:21:44 -0700
committerNipun Kwatra <nkwatra@google.com>2010-07-29 12:18:58 -0700
commitc4e47d1e81c4e4403663cb911e98dbf3ada9942c (patch)
tree137b5991ba9f4ebaf4e64a6f44479414f61ee207 /media/libstagefright/Android.mk
parentdb205a1d75c1e9a7d0dbd8fa011335249ad6f4ac (diff)
downloadframeworks_av-c4e47d1e81c4e4403663cb911e98dbf3ada9942c.zip
frameworks_av-c4e47d1e81c4e4403663cb911e98dbf3ada9942c.tar.gz
frameworks_av-c4e47d1e81c4e4403663cb911e98dbf3ada9942c.tar.bz2
Support for video size to be different from captured picture size.
Adding support to allow video size to be different than the supported picture sizes. A picture size larger than the demanded video size is chosen. Captured pictures are then cropped to the size of the desired video size. Cropping is done from the the center portion of the picture. Change-Id: I6bcbe16f94b6ecbcf28b7f46826a81b4b6b8cbc3
Diffstat (limited to 'media/libstagefright/Android.mk')
-rw-r--r--media/libstagefright/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index bf5643d..0708eec 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -57,6 +57,7 @@ LOCAL_SHARED_LIBRARIES := \
libsonivox \
libvorbisidec \
libsurfaceflinger_client \
+ libstagefright_yuv \
libcamera_client
LOCAL_STATIC_LIBRARIES := \