On Wed, Jan 07, 2009, Wonka wrote: > Christian Marillat wrote: > > > >I've already received the same bug report but I'm unable to reproduce > >this bug here. > > 1. run mplayer, playing some video, with parameter "-vf screenshot" or > "vf=screenshot" in ~/.mplayer/config > 2. see the following lines: > > |Opening video filter: [screenshot] > |Could not open libavcodec PNG encoder > |Couldn't open video filter 'screenshot'. > > I think this is rather some unlucky libavcodec build configuration > (libavcodec built without PNG encoder, maybe) than a real bug in mplayer.
I also see this bug, with Version: 1:1.0.rc2svn20080706-0.1. So I fetched the package sources, installed the build dependencies and recompiled. The build broke in mplayer-1.0.rc2svn20080706/libavcodec/libx264.c: libx264.c: In function 'X264_init': libx264.c:165: error: 'x264_param_t' has no member named 'b_bframe_adaptive' libx264.c:230: error: 'struct <anonymous>' has no member named 'b_bidir_me' libx264.c:231: error: 'struct <anonymous>' has no member named 'b_bframe_rdo' libx264.c:256: error: 'struct <anonymous>' has no member named 'psz_rc_eq' libx264-dev is Version: 1:0.svn20090115-0.0 Depends: libx264-65 (= 1:0.svn20090115-0.0) I just commented out the offending lines and the build finished. And -vf screenshot works with the resulting binary. Thus the mplayer 1.0.rc2svn20080706-0.1 package on debian-multimedia seems to have build issues. Johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org