summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 10:29:37 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 10:29:37 +0000
commitc1606292ddac84252034e5599e10aed76829fcfd (patch)
tree8382449af9e9e14702965dafc045fa868be8bc49
parent1eb94e0c23fe9b04e1fe14cdbb35e9f20f24ed6f (diff)
downloadmpv-c1606292ddac84252034e5599e10aed76829fcfd.tar.bz2
mpv-c1606292ddac84252034e5599e10aed76829fcfd.tar.xz
add and disable esd detection support ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1031 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e875f42e9e..4eb2a62c3b 100755
--- a/configure
+++ b/configure
@@ -1247,6 +1247,7 @@ fi
_esdd='#undef HAVE_ESD'
if [ $_esd == 'yes' ]; then
_esdd='#undef HAVE_ESD'
+ # _aosrc="$ao_src ao_esd.c"
fi
cat > $CCONF << EOF