projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbec9bf
)
configure.ac: disable MFC if some v4l2 PIX_FMT missing
author
Mark Nauwelaerts
<mnauw@users.sourceforge.net>
Tue, 22 Jan 2013 18:31:02 +0000
(19:31 +0100)
committer
Mark Nauwelaerts
<mnauw@users.sourceforge.net>
Tue, 22 Jan 2013 18:31:02 +0000
(19:31 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d0d352e1c141023558a9dd185a0a03478050c8e8..ffc86cbd4aac17766905e3012ae32ceb5b672edf 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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;