summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream
Commit message (Collapse)AuthorAgeFilesLines
* Build against the NDK libraries.Ying Wang2014-07-221-2/+2
| | | | | | | | | That way you don't have dependency on the platform libraries, which in turn depends on things like libcompiler_rt-extras, which isn't exposed to apps_only build. Bug: 16398512 Change-Id: Ie7cf54c97c57b13e82c1891970eb3731a68ae075
* A couple of fixesKévin PETIT2014-03-051-2/+1
| | | | | | | | | | - using LDFLAGS doesn't pull the required dependencies, move to using LOCAL_SHARED_LIBRARIES - eliminate 'implicit declaration' warnings Change-Id: I57f6feca6bfcf8b2e9d439462a33c9757cdde07d Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
* Remove the unused libcutils.Ying Wang2013-08-121-4/+0
| | | | Change-Id: I91b3143f0959e194b71c66ef79f37c35f7a29499
* Added jpeg streaming classes.Ruben Brunk2013-07-1119-0/+1848
- Provides streaming operations for decompressing/compressing JPEG files. - Allows pixel operations to be performed on large JPEG images without holding the entire bitmap in memory. Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94