diff options
author | Brad Smith <brad@comstyle.com> | 2010-03-06 20:24:13 +0000 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2010-03-06 20:24:13 +0000 |
commit | 82083a26798febc8184717d4b6a3eda94fb48925 (patch) | |
tree | dff4759dd3e23a6ae3c3d8ee2239524308b99aae | |
parent | 70a0fbbf48822b53301a63b88bb71072c3e88837 (diff) | |
download | xine-lib-82083a26798febc8184717d4b6a3eda94fb48925.tar.gz xine-lib-82083a26798febc8184717d4b6a3eda94fb48925.tar.bz2 |
Mention v4l2.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8e2e970d9..498e7b851 100644 --- a/configure.ac +++ b/configure.ac @@ -2910,6 +2910,9 @@ fi if test "x$have_v4l" = "xyes"; then echo " - v4l" fi +if test "x$have_v4l2" = "xyes"; then + echo " - v4l2" +fi if test "x$have_libsmbclient" = "xyes"; then echo " - smbclient" fi |