W dniu 27.02.2012 15:37, Andrew Schultz pisze:
Julian Sikorski wrote:
> To be more verbose, gui fails to build due to ff_png not being returned
> by objdump on libavcodec.so. I have no idea why, since according to
> rpmfusion build logs both ffmpeg-0.8.9-1.fc17 and ffmpeg-0.10-1.fc18
> were built with png support.
I think this might be an outdated test in configure. There are ff_png
private functions in libavcodec, but no public ones, so there's no
reason for it to exist in libavcodec.so. And mplayer does not try to
call ff_png anything. The GUI built and seems to run fine for me after
commenting out the configure test.
I replaced the test with something else since it is patched anyway -
upstream configure does not test for ff_png.
Julian