Merge pull request #9 from jernejsk/build_fix
Fix building with h264 enabled
This commit is contained in:
@@ -124,7 +124,6 @@ VAStatus RequestQueryConfigProfiles(VADriverContextP context,
|
||||
#endif
|
||||
|
||||
#ifdef WITH_H264
|
||||
found = v4l2_find_format(driver_data->video_fd,
|
||||
found = v4l2_find_format(driver_data->video_fd,
|
||||
V4L2_BUF_TYPE_VIDEO_OUTPUT,
|
||||
V4L2_PIX_FMT_H264_SLICE);
|
||||
|
||||
Reference in New Issue
Block a user