[MPlayer-users] Compilation error - 'VP8E_SET_MAX_INTRA_BITRATE_PCT' undeclared

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Nov 22 19:22:58 CET 2014


On Sat, Nov 22, 2014 at 04:19:03PM +0000, Ann Once wrote:
> Hello,
> It is not really a question but an information. I don't know if it is usefull ?
> With mplayer 1.1.1there is no problem :./configure ; make ===> ok
> With a snapshot  SVN-r37325-snapshot-4.5.2 :./configure ; make ===>CC      libavcodec/libvpxenc.o
> libavcodec/libvpxenc.c:122:6: error: 'VP8E_SET_MAX_INTRA_BITRATE_PCT' undeclared here (not in a function)
> libavcodec/libvpxenc.c:122:5: error: array index in initializer not of integer type
> libavcodec/libvpxenc.c:122:5: error: (near initialization for 'ctlidstr')
> libavcodec/libvpxenc.c: In function 'vpx_init':
> libavcodec/libvpxenc.c:369:5: warning: 'rc_buffer_aggressivity' is deprecated (declared at libavcodec/avcodec.h:2329)
> libavcodec/libvpxenc.c:449:5: warning: 'mb_threshold' is deprecated (declared at libavcodec/avcodec.h:1810)
> libavcodec/libvpxenc.c:452:9: warning: 'mb_threshold' is deprecated (declared at libavcodec/avcodec.h:1810)
> make[1]: *** [libavcodec/libvpxenc.o] Error 1
> 
> To compile I disable the functionnality with --disable-libvpx-lavc.

Should be fixed by r37328, configure should disable it on its
own if the version is too old.


More information about the MPlayer-users mailing list