]> git.sesse.net Git - vlc/blobdiff - configure.in
* ./Makefile, ./mozilla/Makefile: make uninstall removes vlc-specific dirs.
[vlc] / configure.in
index 49a38c584d95a8f984c05df984f8badd00ad4e43..88b81980f46ff8ec0b4e0c46631a24d38e36bb29 100644 (file)
@@ -836,6 +836,18 @@ then
   esac
 fi
 
+dnl
+dnl  Video4Linux plugin
+dnl
+AC_ARG_ENABLE(v4l,
+  [  --enable-v4l            Video4Linux input support (default disabled)])
+if test "x${enable_v4l}" = "xyes"
+then
+  AC_CHECK_HEADERS(libv4l/v4l.h, [
+    PLUGINS="${PLUGINS} access/v4l/v4l"
+   ],[])
+fi
+
 dnl
 dnl  VCD module
 dnl
@@ -1051,12 +1063,6 @@ then
         [  AC_MSG_ERROR([cannot find zlib header...]) ])
 fi
 
-dnl special case for BeOS
-if test "x${SYS}" = "xbeos"
-then
-    PLUGINS="${PLUGINS} gui/beos/beos"
-fi
-
 dnl
 dnl  a52 AC3 decoder plugin
 dnl
@@ -1447,6 +1453,12 @@ dnl
 
 AC_ARG_WITH(,[Interface plugins:])
 
+dnl special case for BeOS
+if test "x${SYS}" = "xbeos"
+then
+    PLUGINS="${PLUGINS} gui/beos/beos"
+fi
+
 dnl
 dnl  Gtk+ module
 dnl