Mercurial > mplayer.hg
changeset 6388:ce074b142a88
cdda added to input/notinput
author | jaf |
---|---|
date | Tue, 11 Jun 2002 22:58:50 +0000 |
parents | 26c35aa7e1d8 |
children | 6cc6d0365416 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jun 11 18:57:47 2002 +0000 +++ b/configure Tue Jun 11 22:58:50 2002 +0000 @@ -3028,9 +3028,11 @@ fi if test "$_cdparanoia" = yes ; then _def_cdparanoia='#define HAVE_CDDA' + _inputmodules="cdda $_inputmodules" _ld_cdparanoia="$_ld_cdparanoia -lcdda_interface -lcdda_paranoia" else _def_cdparanoia='#undef HAVE_CDDA' + _noinputmodules="cdda $_noinputmodules" fi echores "$_cdparanoia"