KucherenkoIhor / VideoProcessingLibrary

The easiest library for video processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing log2f runtime error

azihassan opened this issue · comments

Hi,

I'm in the processing of exploring this library for an API 16 device. I applied some modifications to VideoProcessing.java to get it to work, but I'm still running into issues. I'll send a pull request if I get it fixed.

The problem I'm currently facing is this :

Caused by: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 89 cannot locate 'log2f'...

As you can see, it's complaining about the absence of log2f, which I assume to be a function of the math.h header. Could it be that this version of ffmpeg was compiled without the -lm flag ?

Any suggestions will be welcome. Thanks in advance !