-
Notifications
You must be signed in to change notification settings - Fork 416
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
Need to Update libpng to 1.6.24 #42
Comments
New updated (libpng 1.6.24) in here: https://github.com/tieuvinhlong/ffmpeg-android |
In case someone finds this, the currently latest is 1.6.28: (see here to get the latest link: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/ ) it has to be adjusted in init_update_libs.sh and build libpng_build.sh |
Adjusting init_update_libs.sh and libpng_build.sh doesn't appear to effect anything. I made the changes, re-ran init_update_libs.sh and then ran android_build.sh and get the same error about not being able to find libpng when performing |
https://libpng.sourceforge.io/ states:
ftp://ftp-osl.osuosl.org/pub/libpng/src/libpng16/ is the new location that should be used. |
the currently latest is 1.6.37 |
The original download link in init_update_libs.sh, 'ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.21.tar.xz', no longer works. It needs to be updated to 1.6.24.
The text was updated successfully, but these errors were encountered: