[MPlayer-dev-eng] [PATCH] typo in configure
Steven M. Schultz
sms at 2BSD.COM
Sun Aug 18 06:56:49 CEST 2002
Hi -
There is a small typo in the configure script. On one line
the variable _bdsi_dvd really needs to be _bsdi_dvd in order
for the DVD library (-ldvd) to be included.
Patch attached.
Steven Schultz
sms at 2bsd.com
-------------- next part --------------
--- configure.dist Sat Aug 17 21:22:44 2002
+++ configure Sat Aug 17 21:47:30 2002
@@ -3016,7 +3016,7 @@
fi
fi
if test "$_dvdkit" = yes ; then
- if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes || cygwin; then
+ if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || cygwin; then
if test -f "./libmpdvdkit2/Makefile" ; then
_inputmodules="mpdvdkit2 $_inputmodules"
_dvdread=libmpdvdkit2
More information about the MPlayer-dev-eng
mailing list