bootlin / libva-v4l2-request

LibVA implementation for the Linux Video4Linux2 Request API
Other
77 stars 60 forks source link

Code doesn't compile when using kernel 4.20 #11

Closed yateya closed 5 years ago

yateya commented 5 years ago

While trying the official kernel 4.20, compilation failed with multiple errors.

It seems that many macros was renamed. For example, macro V4L2_PIX_FMT_H264_SLICE or V4L2_PIX_FMT_HEVC_SLICE are not defined in videodev2.h ;

yateya commented 5 years ago

I checked kernel mailing list again. H264 and H264 are not merged yet in kernel 4.20.