Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing log2f runtime error #2

Open
azihassan opened this issue Nov 8, 2018 · 0 comments
Open

Missing log2f runtime error #2

azihassan opened this issue Nov 8, 2018 · 0 comments

Comments

@azihassan
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant