16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
$NetBSD: patch-af,v 1.5 2011/04/09 13:20:21 shattered Exp $
|
|
|
|
--- src/plugins/alsa/ao_alsa.c.orig 2008-12-18 23:24:28.000000000 -0500
|
|
+++ src/plugins/alsa/ao_alsa.c
|
|
@@ -39,6 +39,10 @@
|
|
#include <ao/ao.h>
|
|
#include <ao/plugin.h>
|
|
|
|
+#ifndef ESTRPIPE
|
|
+#define ESTRPIPE EPIPE
|
|
+#endif
|
|
+
|
|
/* default 500 millisecond buffer */
|
|
#define AO_ALSA_BUFFER_TIME 100000
|
|
|