From: Duilio J. P. <dp...@fc...> - 2004-09-21 00:18:25
|
Now is possible to compile the alsa input plugin against alsa-lib 0.9.x. The configure script defines HAVE_0_9_X_ALSA macro and we do: #ifdef HAVE_0_9_X_ALSA #define ALSA_PCM_NEW_HW_PARAMS_API #define ALSA_PCM_NEW_SW_PARAMS_API #endif #include <alsa/asoundlib.h> to enable the new API (the 1.0.x API) on the old 0.9.x serie. I have tested with 0.9.8. If one of you have a different 0.9 serie please test it and report results. Bye, Duilio. |