mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
$NetBSD: patch-af,v 1.6 2014/02/06 18:37:08 wiz Exp $
|
|
|
|
--- src/plugins/alsa/ao_alsa.c.orig 2014-01-27 17:02:05.000000000 +0000
|
|
+++ src/plugins/alsa/ao_alsa.c
|
|
@@ -39,6 +39,10 @@
|
|
#include <alsa/asoundlib.h>
|
|
#include <ao/ao.h>
|
|
#include <ao/plugin.h>
|
|
+#ifndef ESTRPIPE
|
|
+#define ESTRPIPE EPIPE
|
|
+#endif
|
|
+
|
|
|
|
/* default 20 millisecond buffer */
|
|
#define AO_ALSA_BUFFER_TIME 20000
|