add and disable esd detection support ;)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1031 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-06-05 10:29:37 +00:00
parent 1eb94e0c23
commit c1606292dd
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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