Files
haikuports/media-libs/gst_plugins_bad/patches/gstpluginsbad-0.10.23.patchset
2015-11-22 12:07:27 +00:00

25 lines
492 B
Plaintext

From 48f2e7371a26328511a771e49b03403e1d5737ee Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Tue, 3 Nov 2015 00:17:55 +0000
Subject: Fix build
diff --git a/gst/dccp/gstdccp.c b/gst/dccp/gstdccp.c
index af652f2..8c45920 100644
--- a/gst/dccp/gstdccp.c
+++ b/gst/dccp/gstdccp.c
@@ -27,6 +27,10 @@
#include <sys/filio.h>
#endif
+#ifdef __HAIKU__
+#include <sys/select.h>
+#endif
+
/*
* Resolves host to IP address
* @param element - the element
--
2.2.2