From b243c8ddeb10a19f65ac46a07f8ae2a414fa3e8d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 13 Mar 2010 00:54:19 +0000 Subject: Fix V4L2 check. --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c39782b06..7a7c3656e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ xine-lib (1.1.19) 2010-??-?? * Handle odd widths properly (for ffmpeg-decoded video). * Make buildable with current (external) libdvdnav & libdvdread. + * Fix V4L2 check. xine-lib (1.1.18.1) 2010-03-06 * Oops. compat.c (for DXR3 support) was omitted. diff --git a/configure.ac b/configure.ac index 68f811d1b..3c7830113 100644 --- a/configure.ac +++ b/configure.ac @@ -698,7 +698,7 @@ dnl ---------------------------------------------- AC_ARG_ENABLE([libv4l], AS_HELP_STRING([--disable-libv4l], [do not build with libv4l support])) -if test "x$have_v4l2$" = xyes && test "x$enable_libv4l" != xno; then +if test "x$have_v4l2" = xyes && test "x$enable_libv4l" != xno; then have_libv4l=no PKG_CHECK_MODULES([V4L2], [libv4l2], [have_libv4l=yes -- cgit v1.2.3