-
Notifications
You must be signed in to change notification settings - Fork 633
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
lts build failing on fontconfig for android #85
Comments
|
I am sorry I attached the wrong build.log(I was testing if using the NDK v21 fixed the issue), I am attaching the After analysing the error in build.log file(undefined symbol: posix_fadvise referenced by fccache.c), I think may be ffmpeg-kit/src/fontconfig/src/fccache.c needs to be patched
With
Do you think this will be ok(I verified that this patch let this library compile) or this may cause some performance issues? |
As far as I see, This is what I have about it in the
I suggest analysing why it is enabled in your system. You can also patch it if it is easier for you. But I don't know whether it will affect the performance or not. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
My tests show that some |
Patched in the |
Description
While building lts build for android it fails
Expected behavior
It should compile successfully and create aar files in respective folder.
Current behavior
Build failed with fontconfig: failed message
To Reproduce
Execute following command
./android.sh --lts --enable-gpl --enable-android-media-codec --enable-android-zlib --enable-fontconfig --enable-freetype --enable-fribidi --enable-lame --enable-libvorbis --enable-libvpx --enable-libwebp --enable-x264
Expected behavior
It should compile successfully and create aar files in respective folder.
Screenshots
Logs
build.log
Environment
The text was updated successfully, but these errors were encountered: