diff options
author | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-11 22:58:50 +0000 |
---|---|---|
committer | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-11 22:58:50 +0000 |
commit | 9ae789f6ca16efb81396866f30435500af267813 (patch) | |
tree | ced76b561dd5754af6887c4613877b2837518944 /configure | |
parent | 8c4df7e877e36a18d687da17975a1534840d64e6 (diff) |
cdda added to input/notinput
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |