mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
507 B

  1. Fix outdated ALSA API useage ...
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.c.orig 2004-01-11 20:16:20.000000000 +0100
  4. +++ SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.c 2004-01-11 20:39:32.000000000 +0100
  5. @@ -34,6 +34,11 @@
  6. #include <sys/types.h>
  7. #include <sys/time.h>
  8. +/* until convertion to the new ALSA API ... */
  9. +
  10. +#define ALSA_PCM_OLD_HW_PARAMS_API
  11. +#define ALSA_PCM_OLD_SW_PARAMS_API
  12. +
  13. #include "SDL_audio.h"
  14. #include "SDL_error.h"
  15. #include "SDL_audiomem.h"