https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/qt5-webengine: fails to |www/iridium, |build with ffmpeg 4.0 |www/qt5-webengine: fails to | |build with ffmpeg 4.0 Flags| |maintainer-feedback?(chromi | |[email protected]) CC| |[email protected] --- Comment #2 from Jan Beich <[email protected]> --- Chromium 64 has the fix, so both Qt WebEngine 5.9.4 (based on Chromium 56.0.2924.122) and Iridium 58.0 (based on Chromium 58.0.3029.81) are affected. $ make -C/usr/ports/www/iridium [...] ../../media/filters/ffmpeg_audio_decoder.cc:56:35: error: use of undeclared identifier 'CODEC_CAP_DR1' DCHECK(s->codec->capabilities & CODEC_CAP_DR1); ../../media/filters/ffmpeg_video_decoder.cc:420:28: error: use of undeclared identifier 'CODEC_FLAG_EMU_EDGE' codec_context_->flags |= CODEC_FLAG_EMU_EDGE; ^ ../../media/filters/ffmpeg_video_decoder.cc:425:31: error: use of undeclared identifier 'CODEC_FLAG2_CHUNKS' codec_context_->flags2 |= CODEC_FLAG2_CHUNKS; ^ build log: https://ptpb.pw/9QsF -- You are receiving this mail because: You are the assignee for the bug.
