> I don't subscribe to the alsa-devel list so I'll go through and see what it > is. > > How do I compile with the old library? Can I install the 0.9.8 lib as well > as 1.0 libs and if so how do I tell my apps to use 0.9.8? > > On Saturday 06 December 2003 11:37, Brett I. Holcomb wrote: > > I don't subscribe to the alsa-devel list so I'll go through and see what it > > is. > > > > How do I compile with the old library? Can I install the 0.9.8 lib as well > > as 1.0 libs and if so how do I tell my apps to use 0.9.8?
#define ALSA_PCM_OLD_HW_PARAMS_API #define ALSA_PCM_OLD_SW_PARAMS_API just before including asoundlib.h -- Fernando ------------------------------------------------------- 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
