summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:50:17 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-10 01:50:17 +0000
commit20cce1151e62d5ffd1bc15b4a8756f329c0e06ef (patch)
treedf014cec160fca0b56731021c72c84f4c74a0bbd /configure
parentd0afb257b94245f365e048ba2288f31ff14fd693 (diff)
downloadmpv-20cce1151e62d5ffd1bc15b4a8756f329c0e06ef.tar.bz2
mpv-20cce1151e62d5ffd1bc15b4a8756f329c0e06ef.tar.xz
patchs by Björn Sandell <biorn@dce.chalmers.se>:
- --disable-select affects more than the oss audio - openbsd and netbsd oss support for non-x86 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6037 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure b/configure
index 1da7cab99b..873280bea3 100755
--- a/configure
+++ b/configure
@@ -184,7 +184,7 @@ Audio:
--disable-alsa disable alsa sound support [autodetect]
--disable-sunaudio disable Sun sound support [autodetect]
--disable-mad disable mad audio support [autodetect]
- --disable-select disable using select() on OSS audio device [enable]
+ --disable-select disable using select() on audio device [enable]
Miscellaneous options:
--cc=COMPILER use this C compiler to build MPlayer [gcc]
@@ -3526,8 +3526,10 @@ test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
_ld_arch="$_ld_arch $_ld_pthread $_ld_dl $_ld_dl_dynamic"
bsdos && _ld_arch="$_ld_arch -ldvd"
-netbsd && _ld_arch="$_ld_arch -li386 -lossaudio"
-openbsd && _ld_arch="$_ld_arch -li386 -lossaudio"
+if netbsd || openbsd ; then
+ _ld_arch="$_ld_arch -lossaudio"
+ x86 && _ld_arch="$_ld_arch -li386"
+fi
_def_debug='#undef MP_DEBUG'
test "$_debug" && _def_debug='#define MP_DEBUG 1'
@@ -3598,7 +3600,7 @@ prefix = $_prefix
DATADIR = $_datadir
CONFDIR = $_confdir
LIBDIR = $_libdir
-AR = ar
+#AR = ar
CC = $_cc
AWK = $_awk
# OPTFLAGS = -O4 $_profile $_debug $_march $_mcpu -pipe -fomit-frame-pointer -ffast-math