summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/patches/patch-ab
blob: f2715168e5ad037b3fdc9f6bd156706f9028992c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.8 2012/02/28 18:28:15 drochner Exp $

--- ext/alsa/gstalsasink.c.orig	2012-01-18 01:36:56.000000000 +0000
+++ ext/alsa/gstalsasink.c
@@ -54,6 +54,10 @@
 #include <gst/gst-i18n-plugin.h>
 #include "gst/glib-compat-private.h"
 
+#ifndef ESTRPIPE
+#define ESTRPIPE EPIPE
+#endif
+
 #define DEFAULT_DEVICE		"default"
 #define DEFAULT_DEVICE_NAME	""
 #define DEFAULT_CARD_NAME	""