Samsung / rlottie

A platform independent standalone library that plays Lottie Animation.
Other
1.15k stars 223 forks source link

Error porting rlottie to arm platform #558

Open wlq520501 opened 4 months ago

wlq520501 commented 4 months ago

Hi, I'm trying to build a library for arm platform using rlottie, but I'm using arm-none-eabi-gcc.exe cross toolchain to compile it, and I get an error, error: 'mutex' in namespace 'std' does not name a type 124 | std::mutex mMutex; | ^ | ^~~~~ I'm not sure how to fix this, thanks a lot!

image