Closed tanghammer closed 10 months ago
My develop enviromnet is ubuntu20.04, kernel version is 5.4.0-162-generic, Refer here, SYS_pidfd_getfd syscall is avaliable since Linux 5.6.
fourcc_mod_is_vendor This macro was added 11 months ago, even ubuntu22.04 can not support.It just a simple maro:
#define fourcc_mod_is_vendor(modifier, vendor) \ (fourcc_mod_get_vendor(modifier) == DRM_FORMAT_MOD_VENDOR_## vendor)
My develop enviromnet is ubuntu20.04, kernel version is 5.4.0-162-generic, Refer here, SYS_pidfd_getfd syscall is avaliable since Linux 5.6.
fourcc_mod_is_vendor This macro was added 11 months ago, even ubuntu22.04 can not support.It just a simple maro: