cdda added to input/notinput

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-06-11 22:58:50 +00:00
parent 8c4df7e877
commit 9ae789f6ca
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -3028,9 +3028,11 @@ EOF
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"