diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-24 19:27:33 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-24 19:27:33 +0000 |
commit | 8b3ad27239209d610b39d24f5991564fffe1b492 (patch) | |
tree | a0129c6bc6bb4f9d1fd0103d2a07411f7ff601df /m4 | |
parent | 37cc903c609ca656a71852e5f50731f0b43bdda0 (diff) | |
download | xine-lib-8b3ad27239209d610b39d24f5991564fffe1b492.tar.gz xine-lib-8b3ad27239209d610b39d24f5991564fffe1b492.tar.bz2 |
- remove have_alsa_1_0_9
- note about overlay cropping fix
CVS patchset: 7740
CVS date: 2005/09/24 19:27:33
Diffstat (limited to 'm4')
-rw-r--r-- | m4/alsa.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
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 |