Insta360Develop / MediaSDK-Cpp

MediaSDK-Cpp is a C++ library to handle stitching, editing of media from Insta360 Cameras.
60 stars 8 forks source link

Incompatible libtbb in MediaSDK/lib #10

Open dalelotts opened 2 years ago

dalelotts commented 2 years ago

The .so files have incompatible architectures:

objdump -f ./lib/*.so | grep ^architecture
architecture: x86_64
architecture: x86_64
architecture: x86_64
architecture: x86_64
architecture: aarch64

Specifically libtbb is ARM and everything else is x86.

objdump -f ./lib/libtbb.so* | grep ^architecture
architecture: aarch64
architecture: aarch64
Tianweihaihaihai commented 1 year ago

pls update the sdk to lastest version