Closes: https://github.com/alsa-project/alsa-plugins/pull/48
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
#include <libavcodec/avcodec.h>
#include <libavutil/avutil.h>
+#ifndef ESTRPIPE
+#define ESTRPIPE EPIPE
+#endif
+
/* some compatibility wrappers */
#ifndef AV_VERSION_INT
#define AV_VERSION_INT(a, b, c) (((a) << 16) | ((b) << 8) | (c))
#include <pulse/pulseaudio.h>
+#ifndef EBADFD
+#define EBADFD EBADF
+#endif
+
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
typedef struct snd_pulse {