maintainer-feedback requested: [Bug 289481] audio/plasma6-kpipewire: Fail to build with FFmpeg 8.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 12 05:43:40 BST 2025
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-kde (group)
<kde at FreeBSD.org> for maintainer-feedback:
Bug 289481: audio/plasma6-kpipewire: Fail to build with FFmpeg 8.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289481
--- Description ---
/wrkdirs/usr/ports/audio/plasma6-kpipewire/work/kpipewire-6.4.4/src/libx264enco
der.cpp:71:37:
error: use of undeclared identifier 'FF_PROFILE_H264_BASELINE'
71 | m_avCodecContext->profile = FF_PROFILE_H264_BASELINE;
| ^
/wrkdirs/usr/ports/audio/plasma6-kpipewire/work/kpipewire-6.4.4/src/libx264enco
der.cpp:74:37:
error: use of undeclared identifier 'FF_PROFILE_H264_MAIN'
74 | m_avCodecContext->profile = FF_PROFILE_H264_MAIN;
| ^
/wrkdirs/usr/ports/audio/plasma6-kpipewire/work/kpipewire-6.4.4/src/libx264enco
der.cpp:77:37:
error: use of undeclared identifier 'FF_PROFILE_H264_HIGH'
77 | m_avCodecContext->profile = FF_PROFILE_H264_HIGH;
| ^
3 errors generated.
FreeBSD 14.3-RELEASE (amd64)
More information about the kde-freebsd
mailing list