Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > muc.lists.freebsd.multimedia > #13409

[Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4)

From bugzilla-noreply@freebsd.org
Newsgroups muc.lists.freebsd.multimedia
Subject [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4)
Date 2026-08-12 17:01 +0000
Organization Newsgate at muc.de e.V.
Message-ID <bug-297454-12827-86ALtM15PV@https.bugs.freebsd.org/bugzilla/> (permalink)
References <bug-297454-12827@https.bugs.freebsd.org/bugzilla/>

Show all headers | View raw


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

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a8c126b6903e83a10a726019d3d347b20bfc86e3

commit a8c126b6903e83a10a726019d3d347b20bfc86e3
Author:     Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-12 16:52:04 +0000
Commit:     Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-12 16:52:12 +0000

    video: add V4L2 compat symbols for ffmpeg/opencv

    Adds v4l2_std_id, struct v4l2_standard/v4l2_plane, VIDIOC_G_STD/S_STD/
    ENUMSTD, V4L2_STD_NTSC*, the MPLANE capability flag, multiplanar types
    (VIDEO_MAX_PLANES, v4l2_plane_pix_format, v4l2_pix_format_mplane,
    V4L2_TYPE_IS_MULTIPLANAR), V4L2_PIX_FMT_JPEG/YUV411P/SN9C10X, and the
    MPEG control class (V4L2_CID_MPEG_BASE, V4L2_CID_MPEG_VIDEO_B_FRAMES).

    video(4) capture devices are digital-only and never expose these, but
    ffmpeg's libavdevice/v4l2.c and opencv's cap_v4l.cpp both reference
    them unconditionally. Fixes their build against sys/videoio.h.

    PR:             297454

    Reviewed by:    manu, adrian
    Differential Revision:  https://reviews.freebsd.org/D58793

 sys/sys/videoio.h | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 101 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de

Back to muc.lists.freebsd.multimedia | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-11 20:36 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 05:54 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 06:15 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 06:18 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 06:20 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 06:21 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 07:12 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 11:56 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-12 17:01 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-13 11:07 +0000
  [Bug 297454] multimedia/ffmpeg: Fail to build on current since the introduction to video(4) bugzilla-noreply@freebsd.org - 2026-08-13 11:13 +0000

csiph-web