diff mbox

[v1,1/5] configure.ac: fix wrong summary if --disable-v4l2-ctl-stream-to

Message ID 1495008192-21202-2-git-send-email-hugues.fruchet@st.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hugues FRUCHET May 17, 2017, 8:03 a.m. UTC
If --disable-v4l2-ctl-stream-to option is set, summary shows:
v4l2-ctl uses libv4l       : no
due to USE_V4L2_CTL set to "no", fix this.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 36b0c71..e8b86a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -472,7 +472,6 @@  AM_COND_IF([WITH_V4L_PLUGINS], [USE_V4L_PLUGINS="yes"], [USE_V4L_PLUGINS="no"])
 AM_COND_IF([WITH_V4L_WRAPPERS], [USE_V4L_WRAPPERS="yes"], [USE_V4L_WRAPPERS="no"])
 AM_COND_IF([WITH_GCONV], [USE_GCONV="yes"], [USE_GCONV="no"])
 AM_COND_IF([WITH_V4L2_CTL_LIBV4L], [USE_V4L2_CTL="yes"], [USE_V4L2_CTL="no"])
-AM_COND_IF([WITH_V4L2_CTL_STREAM_TO], [USE_V4L2_CTL="yes"], [USE_V4L2_CTL="no"])
 AM_COND_IF([WITH_V4L2_COMPLIANCE_LIBV4L], [USE_V4L2_COMPLIANCE="yes"], [USE_V4L2_COMPLIANCE="no"])
 AS_IF([test "x$alsa_pkgconfig" = "xtrue"], [USE_ALSA="yes"], [USE_ALSA="no"])