You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: