Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integration or build instructions for libjpeg-turbo on Android

Various pages can be found on the internet mentioning libjpeg-turbo for Android (example). They all point at the repository here, and say to read ANDROID.txt for build instructions. There's no such text file in the repository though. Is this repository the official place to go to get libjpeg-turbo for Android? If so, where are the build/integration instructions?

like image 324
occulus Avatar asked Jan 30 '12 16:01

occulus


2 Answers

I ported libjpeg-turbo for use in android a number of months back.

You can find the code here:

http://git.linaro.org/gitweb?p=people/tomgall/libjpeg-turbo/libjpeg-turbo.git;a=shortlog;h=refs/heads/android

Android.txt is there etc. Just moved out the external/jpeg directory and replace with this named exactly the same external/jpeg, it'll build and run fine.

Plan to push this into ASOP fairly soon. (I know cyanogenmod is also considering it currently)

like image 118
Tom Gall Avatar answered Nov 15 '22 00:11

Tom Gall


My bad, the file's in a branch in that repository.

Also found this info:

https://wiki.linaro.org/BenjaminGaignard/libjpeg-turboAndSkia

like image 42
occulus Avatar answered Nov 14 '22 23:11

occulus