Re: [AD] [BUG?] X11 Windowed driver delay... |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Wed, 2004-02-25 at 13:27, Eric Botcazou wrote:
> > Ok, I did that. Attached is also alsa5.diff and alsa9.diff which show
> > the changes to CVS before alsa 0.9 was added, and to current CVS,
> > respectively. (The latter diff is messed up by some formatting changes.)
>
> Great! Thanks.
>
> > The only functional changes are: "Alsa 0.5/0.9" is added to the
> > description string now, and Alsa 1.0 is detected by the configure
> > process.
>
> Index: aclocal.m4
> ===================================================================
> RCS file: /cvsroot/alleg/allegro/aclocal.m4,v
> retrieving revision 1.55
> diff -u -p -r1.55 aclocal.m4
> --- aclocal.m4 19 Jan 2004 17:30:54 -0000 1.55
> +++ aclocal.m4 19 Feb 2004 13:54:43 -0000
> @@ -363,7 +363,7 @@ if test -n "$allegro_enable_alsadigi"; t
> AC_CACHE_CHECK(for supported ALSA version for digital sound,
> allegro_cv_support_alsadigi,
> AC_TRY_COMPILE([#include <sys/asoundlib.h>
> - #if SND_LIB_MAJOR == 0 && SND_LIB_MINOR == 9
> + #if SND_LIB_MAJOR >= 0 || SND_LIB_MINOR >= 9
> #else
> #error
> #endif],,
>
> Isn't the condition always true?
>
Oops, yes. The >= 0 should be > 0 of course.
--
Elias Pschernig <elias@xxxxxxxxxx>