mirror of
https://github.com/mpv-player/mpv
synced 2025-03-18 17:40:30 +00:00
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:
parent
8c4df7e877
commit
9ae789f6ca
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user