cropsly / ffmpeg-android

FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)
http://writingminds.github.io/ffmpeg-android/
Other
1.63k stars 415 forks source link

Error Building Libpng with Undefined Reference to 'stderr' #79

Closed ChillingVan closed 6 years ago

ChillingVan commented 7 years ago

undefined reference to 'stderr' And other stdio.h files are not found. These errors are showed when building the code under /contrib of libpng. The code of /contrib is not necessary to build. How can I cancel building of /contrib ? Can I add parameters to the libpng_build.sh for the Configure?

Could anyone help?

johnothwolo commented 6 years ago

I think it has to do with this and this Try my patch

ChillingVan commented 6 years ago

Thanks