]> granicus.if.org Git - libjpeg-turbo/commit
Replace our custom version of Android.mk with instructions on how to build a libjpeg...
authorDRC <dcommander@users.sourceforge.net>
Tue, 6 May 2014 21:03:35 +0000 (21:03 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 6 May 2014 21:03:35 +0000 (21:03 +0000)
commitb0a9cca1e33d2fa41f0cb6751bab00d117cd795e
treeec2b95332c0d070e801bb73a724d1d1a4ba4a449
parentdab6b8a1a393df63e5542bd149450c7315e764ec
Replace our custom version of Android.mk with instructions on how to build a libjpeg-turbo SDK for Android using autotools.  Upon consulting with AOSP, it appears that Android.mk isn't really necessary except when building libjpeg-turbo for use by the Android platform itself, and it makes more sense for them to maintain the makefile for that purpose rather than for it to be upstreamed.  ndk-build has serious limitations that prevent it from being used to generate static libjpeg-turbo libraries (mainly, it isn't possible to combine pre-built objects from one module into a static library for another module, which is necessary because the SIMD extensions sometimes have to be built with different CFLAGS than the rest of the code.)  In general, it's just better not to introduce a new build system.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1272 632fc199-4ca6-4c93-a231-07263d6284db
Android.mk [deleted file]
BUILDING.txt
android/jconfig.h [deleted file]
android/jconfigint.h [deleted file]