maintainer-feedback requested: [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4)
| Newsgroups | gmane.os.freebsd.devel.multimedia |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-multimedia (Nobody) <[email protected]> for maintainer-feedback: Bug 297454: multimedia/ffmpeg: Fail to build on current since the introduction to video(4) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297454 --- Description --- Since the introduction of https://reviews.freebsd.org/D58367 ffmpeg is seeing the header <sys/videoio.h>, and thus no longer include <linux/videodev2.h> . Given that both headers does not define the same sets of pixel format types, ffmpeg fail to build. I wonder what would be the best approach, given that we now have both video(4) and webcamd that is able to generate a /dev/videoN devices and that they does not seems to have the same capabilities in terms of pixel format, should we take the minimal set of feature instead ?