561f635858
changes: many fixes and improvements - see the Changelog
15 lines
382 B
Text
15 lines
382 B
Text
$NetBSD: patch-ac,v 1.5 2010/12/03 18:15:44 drochner Exp $
|
|
|
|
--- ext/alsa/gstalsasrc.c.orig 2010-11-29 12:19:06.000000000 +0000
|
|
+++ ext/alsa/gstalsasrc.c
|
|
@@ -51,6 +51,10 @@
|
|
|
|
#include <gst/gst-i18n-plugin.h>
|
|
|
|
+#ifndef ESTRPIPE
|
|
+#define ESTRPIPE EPIPE
|
|
+#endif
|
|
+
|
|
#define DEFAULT_PROP_DEVICE "default"
|
|
#define DEFAULT_PROP_DEVICE_NAME ""
|
|
#define DEFAULT_PROP_CARD_NAME ""
|