From b672289cf2c0d65456877a0826cd5e8f67e577bb Mon Sep 17 00:00:00 2001 From: pontscho Date: Tue, 5 Jun 2001 11:20:14 +0000 Subject: the last fix for day from me.;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1035 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index bef03198e7..eab2c74a10 100755 --- a/configure +++ b/configure @@ -1047,6 +1047,8 @@ if [ $_png = yes ]; then _libpng='-lpng -lz' fi +_aosrc='' + _alsa5='#undef HAVE_ALSA5' _alsa9='#undef HAVE_ALSA9' if [ $_alsa == 'yes' ]; then @@ -1057,7 +1059,7 @@ fi _esdd='#undef HAVE_ESD' #if [ $_esd == 'yes' ]; then # _esdd='#define HAVE_ESD' -# _aosrc="$ao_src ao_esd.c" +# _aosrc="$_aosrc ao_esd.c" # _esdlib='-lesd' #fi @@ -1133,7 +1135,7 @@ fi # --- _vosrc='' -_aosrc='' +#_aosrc='' if [ $_png = yes ]; then _png='#define HAVE_PNG' -- cgit v1.2.3