From 8b3ad27239209d610b39d24f5991564fffe1b492 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 24 Sep 2005 19:27:33 +0000 Subject: - remove have_alsa_1_0_9 - note about overlay cropping fix CVS patchset: 7740 CVS date: 2005/09/24 19:27:33 --- m4/alsa.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'm4') diff --git a/m4/alsa.m4 b/m4/alsa.m4 index e74d32175..47d939421 100644 --- a/m4/alsa.m4 +++ b/m4/alsa.m4 @@ -30,7 +30,6 @@ dnl AC_DEFINE() HAVE_GL, dnl $no_alsa is set to "yes" if alsa isn't found. dnl $have_alsa05 is set to "yes" if installed alsa version is <= 0.5 dnl $have_alsa09 is set to "yes" if installed alsa version is >= 0.9 -dnl $have_alsa_1_0_9 is set to "yes" if installed alsa version is >= 1.0.9 dnl dnl Internal macro XINE_ALSA_CHECK_VERSION @@ -84,7 +83,6 @@ AC_DEFUN([AM_PATH_ALSA], no_alsa="yes" have_alsa05="no" have_alsa09="no" - have_alsa_1_0_9="no" if test x"$enable_alsa" != "xno"; then @@ -214,8 +212,6 @@ XINE_ALSA_CHECK_VERSION([<= 0.5 series], have_alsa05, [SND_LIB_VERSION < 0x00060 XINE_ALSA_CHECK_VERSION([>= 0.9 series], have_alsa09, [SND_LIB_VERSION >= 0x000900]) -XINE_ALSA_CHECK_VERSION([>= 1.0.9], have_alsa_1_0_9, [SND_LIB_VERSION >= 0x010009]) - dnl dnl Version checking done. dnl -- cgit v1.2.3