Mercurial > mplayer.hg
diff configure @ 3520:edf1bb99628d
Patch by Adam Di Carlo <adam@onshore-devel.com>:
* configure: set _mtrr to no by default, is implied but not set like
similar settings; if we're building w/ css but not dvdauth, we need
-lcss
author | pl |
---|---|
date | Sun, 16 Dec 2001 11:35:14 +0000 |
parents | 3d906972dafd |
children | a19fdb6aa226 |
line wrap: on
line diff
--- a/configure Sun Dec 16 11:32:59 2001 +0000 +++ b/configure Sun Dec 16 11:35:14 2001 +0000 @@ -422,6 +422,7 @@ _mmx2=no _sse=no _sse2=no + _mtrr=no for i in $pparam ; do case "$i" in @@ -2024,6 +2025,7 @@ elif test "$_css" = yes ; then _def_dvdread='#undef USE_DVDREAD' _def_css='#define HAVE_LIBCSS 1' + _ld_css='-lcss' test "$_csslibdir" && _ld_css="-L${_csslibdir} $_ld_css" _inputmodules="dvdcss $_inputmodules" echores "libcss"