the last fix for day from me.;)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1035 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-06-05 11:20:14 +00:00
parent c09a122c4c
commit b672289cf2
1 changed files with 4 additions and 2 deletions

6
configure vendored
View File

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