Mercurial > mplayer.hg
changeset 1034:79e7a1d3186f
the last fix for day from me.;)
author | pontscho |
---|---|
date | Tue, 05 Jun 2001 11:20:14 +0000 |
parents | c8c2aefaae11 |
children | 197fd410d982 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jun 05 10:59:38 2001 +0000 +++ b/configure Tue Jun 05 11:20:14 2001 +0000 @@ -1047,6 +1047,8 @@ _libpng='-lpng -lz' fi +_aosrc='' + _alsa5='#undef HAVE_ALSA5' _alsa9='#undef HAVE_ALSA9' if [ $_alsa == 'yes' ]; then @@ -1057,7 +1059,7 @@ _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 @@ # --- _vosrc='' -_aosrc='' +#_aosrc='' if [ $_png = yes ]; then _png='#define HAVE_PNG'