Commit 2c7bda8a authored by Max Kellermann's avatar Max Kellermann

output/sndio: define SIO_DEVANY if it is undefined

Fixes build failure on Debian Wheezy.
parent d58c5dd3
......@@ -32,6 +32,11 @@
#include "util/Domain.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 {
friend struct AudioOutputWrapper<SndioOutput>;
AudioOutput base;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment