output/sndio: define SIO_DEVANY if it is undefined
Fixes build failure on Debian Wheezy.
This commit is contained in:
parent
d58c5dd398
commit
2c7bda8a3b
@ -32,6 +32,11 @@
|
|||||||
#include "util/Domain.hxx"
|
#include "util/Domain.hxx"
|
||||||
#include "Log.hxx"
|
#include "Log.hxx"
|
||||||
|
|
||||||
|
#ifndef SIO_DEVANY
|
||||||
|
/* this macro is missing in libroar-dev 1.0~beta2-3 (Debian Wheezy) */
|
||||||
|
#define SIO_DEVANY "default"
|
||||||
|
#endif
|
||||||
|
|
||||||
class SndioOutput {
|
class SndioOutput {
|
||||||
friend struct AudioOutputWrapper<SndioOutput>;
|
friend struct AudioOutputWrapper<SndioOutput>;
|
||||||
AudioOutput base;
|
AudioOutput base;
|
||||||
|
Loading…
Reference in New Issue
Block a user