lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.07k stars 422 forks source link

Added Android.mk #31

Closed ip closed 8 years ago

ip commented 8 years ago

Hello, I created Android makefile for LodePNG. I use the library in my project, so it is tested.

Thanks for great library, it's extremely easy to use compared to libpng.

ip commented 8 years ago

If it's needed, I can provide minimal demo project later when I'll have free time.

lvandeve commented 8 years ago

Hello,

I wish to not distribute an official makefile with lodepng, because the main part is a single source file that can be added to other projects directly. Distributing a makefile comes with a lot of overhead, as platforms are plenty and ever-changing.

So I will not merge it in. I hope you understand. That does not mean I don't value contributions, thank you very much for your work :)

ip commented 8 years ago

@lvandeve This is not problem, I would update it if needed, though Andriod.mk format is stable enough. But you won't change your mind anyway.