Samsung / rlottie

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

librlottie-image-loader.so lacks SONAME #520

Closed juippis closed 2 years ago

juippis commented 2 years ago

# objdump -p /usr/lib64/librlottie-image-loader.so | grep SONAME returns nothing.

librlottie.so.0.2 is fine.

mymedia2 commented 2 years ago

Image loader is a private library, that is not intended to directly use by third-party programs. So it need no SONAME.

juippis commented 2 years ago

Ah, not a "shared" library in that sense. Thanks for the explanation!