On Mon, Jul 26, 2010 at 5:42 PM, E Chalaron <[email protected]> wrote: > Hi Einar > Thanks for that... the problem seems to be recurrent here and there.... > See the following :
That's a different issue. The code was written for libpng 1.2, and you're compiling against 1.4 in which the API has changed. Replace the various foo_NULL with either NULL or just 0. You'll need to make a few other adjustemts as well, or just use libpng1.2. These were not errors when the code was written; the libs it is relying on have changed since then. Strictly speaking, that's libpng's fault for breaking API. Monty _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
