Commit bd2f90bc authored by Rémi Duraffort's avatar Rémi Duraffort

Fix dvdread compilation.

parent a604eea5
......@@ -1850,6 +1850,11 @@ dnl
dnl dvdread module: check for libdvdread
dnl
PKG_ENABLE_MODULES_VLC([DVDREAD], [], [dvdread], [dvdread input module], [auto])
if test "${enable_dvdread}" != "no"
then
dnl prepend -ldvdcss on OS that need it
AS_CASE(["${SYS}"], [mingw32|darwin|beos], [VLC_ADD_LIBS([dvdread], [-ldvdcss])])
fi
dnl
dnl libdvdnav plugin
......
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