Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 38992
Collapse All | Expand All

(-)stella-1.3/src/ui/sound/SoundALSA.cxx (+5 lines)
Lines 16-21 Link Here
16
// $Id: SoundALSA.cxx,v 1.2 2002/12/05 16:43:57 stephena Exp $
16
// $Id: SoundALSA.cxx,v 1.2 2002/12/05 16:43:57 stephena Exp $
17
//============================================================================
17
//============================================================================
18
18
19
#include <alsa/version.h>
20
#if SND_LIB_MAJOR==1
21
#define ALSA_PCM_OLD_HW_PARAMS_API
22
#define ALSA_PCM_NEW_HW_PARAMS_API
23
#endif
19
#include <alsa/asoundlib.h>
24
#include <alsa/asoundlib.h>
20
#include <stdio.h>
25
#include <stdio.h>
21
26
(-)stella-1.3/src/ui/sound/SoundALSA.hxx (+5 lines)
Lines 19-24 Link Here
19
#ifndef SOUNDALSA_HXX
19
#ifndef SOUNDALSA_HXX
20
#define SOUNDALSA_HXX
20
#define SOUNDALSA_HXX
21
21
22
#include <alsa/version.h>
23
#if SND_LIB_MAJOR==1
24
#define ALSA_PCM_OLD_HW_PARAMS_API
25
#define ALSA_PCM_NEW_HW_PARAMS_API
26
#endif
22
#include <alsa/asoundlib.h>
27
#include <alsa/asoundlib.h>
23
28
24
#include "Sound.hxx"
29
#include "Sound.hxx"

Return to bug 38992