OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 883 forks source link

imlib2 question #4988

Open prfiredragon opened 7 years ago

prfiredragon commented 7 years ago

I am making a test. I compile the imlib2 and try to run the examples from terminal and I get some errors. When I run the imlib2_test I get this error Imlib2 Developer Warning : This program is calling the Imlib call:

imlib_image_get_width();

With the parameter:

image

being NULL. Please fix your program.

Imlib2 Developer Warning : This program is calling the Imlib call:

imlib_image_get_height();

With the parameter:

image

being NULL. Please fix your program.

Imlib2 Developer Warning : This program is calling the Imlib call:

imlib_free_image();

With the parameter:

image

being NULL. Please fix your program.

I am using OpenELEC 8 compiled from the source and the unofficial-addons from the master. I have the libpng, libjpeg and the other libs static and imlib2 static. You have seen this error before?

prfiredragon commented 7 years ago

I try with OpenELEC 7 and the same