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

Default re-enabled dvd module.

--disable-dvd works anyway.
This commit is contained in:
Eric Petit 2002-12-09 03:36:47 +00:00
parent 84ae579e4f
commit e7453ce6bd

View File

@ -876,7 +876,7 @@ dnl DVD module: optionally check for installed libdvdcss
dnl
AC_ARG_ENABLE(dvd,
[ --enable-dvd DVD input module (default enabled)])
if test "x${enable_dvd}" != "xno" -a "x${enable_dvd}" != "x"
if test "x${enable_dvd}" != "xno"
then
AC_ARG_WITH(dvdcss,
[ --with-dvdcss=PATH libdvdcss headers and libraries])