[vlc-commits] configure: remove flawed V4L2 detection logic

Rémi Denis-Courmont git at videolan.org
Tue Aug 16 20:05:01 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 16 21:03:06 2011 +0300| [621a3ed71c71d04842b782173fe45ad76c818b03] | committer: Rémi Denis-Courmont

configure: remove flawed V4L2 detection logic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=621a3ed71c71d04842b782173fe45ad76c818b03
---

 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 270a76b..fb53386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2037,10 +2037,6 @@ have_v4l2="no"
 AS_IF([test "${enable_v4l2}" != "no"], [
   AC_CHECK_HEADERS([linux/videodev2.h sys/videoio.h], [
     have_v4l2="yes"
-  ], [
-    AS_IF([test "x${enable_v4l2}" != "x"], [
-      AC_MSG_ERROR([Video4Linux2 headers not found!])
-    ])
   ])
 ])
 AM_CONDITIONAL(HAVE_V4L2, [test "${have_v4l2}" != "no"])



More information about the vlc-commits mailing list