android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

more convenients for android developer when reading code with the cmake.

Open jw20082009 opened this issue 7 years ago • 3 comments
trafficstars

加入了cmake编译,方便安卓开发者在阅读代码时使用上快捷方式,脱离刀耕火种

jw20082009 avatar Jun 06 '18 05:06 jw20082009

Merged into branch cmake, but it shows me some err below: err

wysaid avatar Jun 06 '18 11:06 wysaid

you need a ndk r14,maybe your ndk version is too high

jw20082009 avatar Jun 06 '18 11:06 jw20082009

root CmakeLists.txt should contain CMAKE_CXX_FLAGS with ${CMAKE_CXX_FLAGS} flag in it. Like this: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -frtti -std=gnu++11 -D_CGE_USE_FFMPEG_ -DDEBUG -DANDROID_NDK -DCGE_TEXTURE_PREMULTIPLIED=1 -D__STDC_CONSTANT_MACROS -D_CGE_DISABLE_GLOBALCONTEXT_ -O3 -ffast-math -D_CGE_ONLY_FILTERS_")

netherpyro avatar May 27 '19 06:05 netherpyro

merged, but changed a lot.

wysaid avatar Jan 08 '23 20:01 wysaid