/* SPDX-License-Identifier: GPL-2.0 */ /* * Fourier-local: HEVC support stripped from this build. The bundled * HEVC controls structs and CIDs (V4L2_CID_MPEG_VIDEO_HEVC_*) were * upstreamed and renamed to V4L2_CID_STATELESS_HEVC_* in mainline * linux/v4l2-controls.h, making the original duplicated definitions * conflict on any current kernel. RK3566 has no HW HEVC anyway, so the * port is starting from H.264 + MPEG-2 only; HEVC can come back as a * separate effort once a) the host has HEVC silicon (RK3588 hantro/ * VDPU381) and b) the library is updated to the renamed CIDs. * * h265.c and h265.h are excluded from src/meson.build; this header is * left as a placeholder so any stray '#include ' from a * downstream patch keeps compiling. */ #ifndef _HEVC_CTRLS_H_ #define _HEVC_CTRLS_H_ #include #endif