[MPlayer-users] compiling mplayer: make error
Henry
defsyn at gmail.com
Wed Mar 25 20:49:44 CET 2015
OnIt builds, but now it cannot find libpng15.so.15
> how do I know if the library is missing because it is not there or
>> because
>> it is out os library_path?
>>
>
> cd /usr/lib
find -type f -name libpng*
Should list all your libpng files.
Apparently, you need to install the libpng library or libpng-dev library
for your distribution.
Or you need to download the source and compile and install the library
yourself: libpng.sourceforge.net
More information about the MPlayer-users
mailing list