summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-11 22:58:50 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-11 22:58:50 +0000
commit9ae789f6ca16efb81396866f30435500af267813 (patch)
treeced76b561dd5754af6887c4613877b2837518944 /configure
parent8c4df7e877e36a18d687da17975a1534840d64e6 (diff)
downloadmpv-9ae789f6ca16efb81396866f30435500af267813.tar.bz2
mpv-9ae789f6ca16efb81396866f30435500af267813.tar.xz
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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8f9c419add..467db95378 100755
--- a/configure
+++ b/configure
@@ -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"