summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 11:20:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 11:20:14 +0000
commitb672289cf2c0d65456877a0826cd5e8f67e577bb (patch)
tree59f88df64c4e6c757920563bddd8cecf3c0230b5 /configure
parentc09a122c4c39ec16f94466be4cc022697cc5a885 (diff)
downloadmpv-b672289cf2c0d65456877a0826cd5e8f67e577bb.tar.bz2
mpv-b672289cf2c0d65456877a0826cd5e8f67e577bb.tar.xz
the last fix for day from me.;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1035 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
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'