Commit 04d1c9c0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

dv input plugin is default disabled

parent 7c4f6bba
......@@ -1490,7 +1490,7 @@ dnl dv module: digital video module check for libraw1394
dnl
AC_ARG_ENABLE(dv,
[ --enable-dv dv input module (default disabled)])
if test "{enable_dv}" != "no"
if test "{enable_dv}" = "yes"
then
AC_ARG_WITH(dv-raw1394,
[ --with-dv-raw1394=PATH libraw1394 headers and libraries])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment