summaryrefslogtreecommitdiff
path: root/m4/input.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/input.m4')
-rw-r--r--m4/input.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/input.m4 b/m4/input.m4
index 1446eaf09..1e2f72113 100644
--- a/m4/input.m4
+++ b/m4/input.m4
@@ -139,4 +139,11 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [
AC_SUBST(LIBVCD_LIBS)
AM_CONDITIONAL([ENABLE_VCD], [test x"$enable_vcd" != x"no"])
AM_CONDITIONAL([ENABLE_VCDO], [test x"$enable_vcdo" != x"no"])
+
+
+ dnl vdr
+ AC_ARG_ENABLE([vdr],
+ [AS_HELP_STRING([--enable-vdr], [Enable support for the VDR plugin (default: enabled)])],
+ [test x"$enableval" != x"no" && enable_vdr="yes"])
+ AM_CONDITIONAL([ENABLE_VDR], [test x"$enable_vdr" != x"no"])
])