[MPlayer-users] compiling mplayer: make error

Peter White peter.white at posteo.net
Wed Mar 25 19:42:47 CET 2015


Am 25.03.2015 um 18:52 schrieb simona bellavista:
> 2015-03-25 15:45 GMT+01:00 Peter White <peter.white at posteo.net>:
>
>> Am 25.03.2015 um 15:10 schrieb simona bellavista:
>>
>>> 2015-03-25 14:03 GMT+01:00 Peter White <peter.white at posteo.net>:
>>>
>>>   Am 25.03.2015 um 11:44 schrieb simona bellavista:
>>>>
>>>>   I have tried removing --yasm=''
>>>
>>> Now my build fails with:
>>>
>>> ffmpeg/libavcodec/libavcodec.a(allcodecs.o): In function
>>> `avcodec_register_all':
>>> allcodecs.c:(.text+0x715): undefined reference to `ff_nvenc_h265_encoder'
>>> collect2: ld returned 1 exit status
>>> make: *** [mplayer] Error 1
>>>
>>
>> Please do not top-post.
>>
>> Try
>> $ svn up
>>
>> and run ./configure again, that should fix it.
>>
>>
> It 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?

$ find -L / -type f -name libpng15.so.15

That should tell you if the file is missing or not.
Anyway, since the original problem is solved and this is an unrelated
one, I'd suggest opening a new thread on the list, if you have any
further problems/questions.


More information about the MPlayer-users mailing list