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 _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
