[winswitch] [xpra-2.2.3] error: 'CODEC_FLAG2_FAST' undeclared

Antoine Martin antoine at nagafix.co.uk
Sun Jan 21 11:07:18 GMT 2018


On 18/01/18 20:48, Antonio Trande via shifter-users wrote:
> Hi all.
> 
> xpra-2.2.3 is not compiled on Fedora 28 (devel branch) with following
> error (against ffmpeg-3.5, commit 20180116git):
(..)
> xpra/codecs/dec_avcodec2/decoder.c:5638:72: error: 'CODEC_FLAG2_FAST'
> undeclared (first use in this function); did you mean 'AV_CODEC_FLAG2_FAST'?
>    __pyx_v_self->codec_ctx->flags2 = (__pyx_v_self->codec_ctx->flags2 |
> CODEC_FLAG2_FAST);
The constant got renamed, this is fixed by:
http://xpra.org/trac/changeset/18086

Cheers
Antoine



More information about the shifter-users mailing list