df69ad49b4
- use the updated gstreamer framework - re-word DESCR - misc. tweaks to Makefile ok ajacoutot@
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.1 2008/05/14 09:41:56 jasper Exp $
|
|
--- plugins/daap/rb-daap-src.h.orig Sat Mar 8 17:34:27 2008
|
|
+++ plugins/daap/rb-daap-src.h Sat Mar 8 17:35:22 2008
|
|
@@ -25,6 +25,10 @@
|
|
#include <glib.h>
|
|
#include <gst/gstelement.h>
|
|
|
|
+#ifndef MSG_NOSIGNAL
|
|
+#define MSG_NOSIGNAL 0
|
|
+#endif
|
|
+
|
|
G_BEGIN_DECLS
|
|
|
|
GType rb_daap_src_get_type (void);
|