mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
configure.ac: disable MFC if some v4l2 PIX_FMT missing
This commit is contained in:
parent
cbec9bfcd0
commit
1bf59acad8
1 changed files with 3 additions and 0 deletions
|
@ -784,6 +784,9 @@ AG_GST_CHECK_FEATURE(MFC, [Multi Format Codec], mfc, [
|
|||
#endif
|
||||
#if defined(V4L2_MAJOR_VERSION) || defined(V4L2_MINOR_VERSION)
|
||||
#error too early v4l2 version or no v4l2 at all
|
||||
#endif
|
||||
#if !defined(V4L2_PIX_FMT_H264)
|
||||
#error v4l2 version too old
|
||||
#endif
|
||||
]], [[
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue