-
Notifications
You must be signed in to change notification settings - Fork 177
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
How to add a custom external library? #91
Comments
Such a message usually is posted if any failure happens during the FFmpeg's checking of a given library. Most probably a compilation error happens: FFmpeg tries to compile a test program that uses the library, checking if it is actually available. You can find more details of what is actually happening in: ffmpeg-android-maker/sources/ffmpeg/actualDirectory/ffbuild/config.log, usually at the very end. This file is generated after FFmpeg's configure script execution (this is done by ffmpeg-android-maker's execution) |
|
I tried a different library called libmodplug, it also gives me that. ./configure |
I really have no idea about it. I think it's because of the misuse of NDK toolchain. But it's indeed the corresponding architecture. |
What exact library are you trying to integrate? It's just you mentioned 2 already. It would also be helpful if you could provide a fork repo with a branch with all your changes, so there is no need to manually paste your code and add the missing parts (like the argument parsing). Probably, I'll have some time for this issue this week, though I'm focussed on a different thing now. |
https://github.com/Konstanty/libmodplug/tree/master build.sh:
Error: |
I want to use libopenmpt, and I adapted the scripts, it gives me error: ERROR: libopenmpt >= 0.2.6557 not found using pkg-config.
But there is already a file created, and the version meets the requirement.
Here's my script:
libopenmpt.zip
The text was updated successfully, but these errors were encountered: