Hi,
I've been able to add .c sources in my Codec Engine HLOS application by modifying the package.bld
i.e.
var srcs = ["app.c", "my_module1.c","my_moule2.c"],;
Now I'd need to add a library (libpng) in the same project. How do I have to do this?
Regards,
gaston