android-libjpeg-turbo icon indicating copy to clipboard operation
android-libjpeg-turbo copied to clipboard

Standalone Android.mk configuration for libjpeg-turbo.

Results 8 android-libjpeg-turbo issues
Sort by recently updated
recently updated
newest added

Hi, i built the library using android-ndk-r20 on a mac. The build is ok but jconfig.h is empty while it should contain something at least JPEG_LIB_VERSION. Infact building my app...

# Warning # This project along with other ones in [OpenSTF](https://github.com/openstf) organisation is provided as is for community, without active development. # You can check any other forks that may...

> FAILED: cmd.exe /C "cd . && D:\Android-dev\android-ndk-r16b\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe --target=armv7-none-linux-androideabi --gcc-toolchain=D:/Android-dev/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64 --sysroot=D:/Android-dev/android-ndk-r16b/sysroot -fPIC -isystem D:/Android-dev/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -D__ANDROID_API__=15 ..." > turbojpeg.c:1998: error: undefined reference to 'jinit_read_bmp' > turbojpeg.c:2002: error: undefined reference to 'jinit_read_ppm'...

bug

/Users/liuxj/Documents/project/OEM-AET/opensource/LibJpegTurboSampleForAndroid-master/app/src/main/jni/vendor/libjpeg-turbo/libjpeg-turbo-1.4.1/simd/jsimd_arm64_neon.S Error:(261, 5) error: instruction requires: neon

As per 1.5.1 changes, now it **may** make sense to use `JSIMD_FORCENEON` flag. https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/ChangeLog.md

I'm not familiar with makefile, please help. I meet errors when linking libjpeg-turbo to my own module. ``` ..... ..... [armeabi] Compile thumb : jpeg-turbo

How to make .so shared library use your project ?