summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 17:46:03 +0000
committerbertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-04 17:46:03 +0000
commit139bb71285ed357d471b4af46e7f132b7045be6e (patch)
tree44682ad4a85a94b29e739eb0a917f522d9c1dedb /configure
parent24783e08cbe3c362b2c38d4ba86d9d5a1ab76074 (diff)
downloadmpv-139bb71285ed357d471b4af46e7f132b7045be6e.tar.bz2
mpv-139bb71285ed357d471b4af46e7f132b7045be6e.tar.xz
Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn@dce.chalmers.se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2d3f88fdf5..1b1d3e4ed4 100755
--- a/configure
+++ b/configure
@@ -3238,6 +3238,7 @@ if test "$_cdparanoia" = yes ; then
_def_cdparanoia='#define HAVE_CDDA'
_inputmodules="cdda $_inputmodules"
_ld_cdparanoia="$_ld_cdparanoia -lcdda_interface -lcdda_paranoia"
+ openbsd && _ld_cdparanoia="$_ld_cdparanoia -lutil"
else
_def_cdparanoia='#undef HAVE_CDDA'
_noinputmodules="cdda $_noinputmodules"