[Bug 227745] www/iridium, www/qt5-webengine: fails to build with ffmpeg 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 24 15:18:00 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745

Jan Beich <jbeich at FreeBSD.org> 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
                   |                            |um at FreeBSD.org)
                 CC|                            |chromium at FreeBSD.org

--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
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.


More information about the kde-freebsd mailing list