At Wed, 3 Dec 2003 23:04:56 -0500, Brett I. Holcomb wrote: > > As an update. The existing install of alsaplayer still works but I can't > compile it anymore. I haven't tried any other apps.
apply the attached patch to alsaplayer. Takashi
--- configure.ac-dist 2003-11-20 19:32:26.000000000 +0100 +++ configure.ac 2003-11-20 19:33:19.000000000 +0100 @@ -367,7 +367,7 @@ [ #include <sys/asoundlib.h> #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR) -#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5) +#if SND_LIB_MAJOR==0 && SND_LIB_MINOR==5 AP_maGiC_VALUE #endif #endif