Skip to content

Releases: skyNet2017/android-gpuimage

3.0.1: ci: 添加 JDK 11环境配置

20 Aug 07:07
Compare
Choose a tag to compare
- 新增 jitpack.yml 文件,指定使用 OpenJDK 11 作为构建环境
- 确保项目在 JDK 11 上能够正确构建和运行

3.0.0: build(library): 16KB ELF 对齐

20 Aug 06:58
Compare
Choose a tag to compare
- 更新 build.gradle 文件,添加 ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES 标志
- 修改 CMakeLists.txt,设置 16KB ELF 对齐
- 重写 yuv-decoder.c 为 yuv-decoder.cpp,提高代码可维护性
- 更新 JNI 函数,使用 env->GetIntArrayElements 替代 GetPrimitiveArrayCritical