1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

dv input plugin is default disabled

This commit is contained in:
Jean-Paul Saman 2005-11-23 03:28:30 +00:00
parent 7c4f6bbad3
commit 04d1c9c070

View File

@ -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])