dvd module was removed in 2004.

See 9eb3e68fa4

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Daniel Mierswa 2010-02-07 00:43:07 +01:00 committed by Rémi Denis-Courmont
parent 848415bb91
commit c9328a2cf7
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ case "${host_os}" in
bsdi*)
SYS=bsdi
CFLAGS_save="${CFLAGS_save} -pthread"; CFLAGS="${CFLAGS_save}"
VLC_ADD_LIBS([dvd vcd cdda vcdx],[-ldvd])
VLC_ADD_LIBS([vcd cdda vcdx],[-ldvd])
;;
*bsd*)
SYS="${host_os}"