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

(-)arts-1.1.4-old/flow/audioioalsa.cc (+5 lines)
Lines 32-37 Link Here
32
#ifdef HAVE_LIBASOUND
32
#ifdef HAVE_LIBASOUND
33
33
34
#ifdef HAVE_ALSA_ASOUNDLIB_H
34
#ifdef HAVE_ALSA_ASOUNDLIB_H
35
#include <alsa/version.h>
36
# if SND_LIB_MAJOR==1
37
# define ALSA_PCM_OLD_HW_PARAMS_API
38
# define ALSA_PCM_NEW_HW_PARAMS_API
39
# endif
35
#include <alsa/asoundlib.h>
40
#include <alsa/asoundlib.h>
36
#elif defined(HAVE_SYS_ASOUNDLIB_H)
41
#elif defined(HAVE_SYS_ASOUNDLIB_H)
37
#include <sys/asoundlib.h>
42
#include <sys/asoundlib.h>
(-)arts-1.1.4-old/flow/audioioalsa9.cc (+5 lines)
Lines 35-40 Link Here
35
#ifdef HAVE_LIBASOUND2
35
#ifdef HAVE_LIBASOUND2
36
36
37
#ifdef HAVE_ALSA_ASOUNDLIB_H
37
#ifdef HAVE_ALSA_ASOUNDLIB_H
38
#include <alsa/verison.h>
39
# if SND_LIB_MAJOR==1
40
# define ALSA_PCM_OLD_HW_PARAMS_API
41
# define ALSA_PCM_NEW_HW_PARAMS_API
42
# endif
38
#include <alsa/asoundlib.h>
43
#include <alsa/asoundlib.h>
39
#elif defined(HAVE_SYS_ASOUNDLIB_H)
44
#elif defined(HAVE_SYS_ASOUNDLIB_H)
40
#include <sys/asoundlib.h>
45
#include <sys/asoundlib.h>

Return to bug 34728