On Sun, 23 Nov 2003, wwp wrote:

> Hi!
> 
> 
> is it necessary to recompiled sound-related stuff like esound, or xmms
> when upgrading to ALSA 1.0.0pre? Or does 1.0.0 breaks 0.9.0 library/headers
> compat?

The binary compatibility is kept (so if you have compiled binaries against
old library, they will work ok with 1.0 library). But: you cannot compile
old (0.9) ALSA sources with 1.0 libraries. You must add these defines to 
source:

#define ALSA_PCM_OLD_HW_PARAMS_API
#define ALSA_PCM_OLD_SW_PARAMS_API
#include <alsa/asoundlib.h>

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to