aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-29 17:30:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-29 17:30:07 +0000
commit182347b3c6fbe27b5518f4b3b33f3b20d8987148 (patch)
treec18f7f887805ab2969afd6a6a30d44d13d65dd47 /multimedia/gstreamer1-plugins-bad
parent6700e26863e78f4ba3201787d390752ce30a5d8b (diff)
Fix the following two build errors on GCC-based architectures, similar
to other previous gstreamer1-plugins-* commits: rtpreceiver.h:38: error: redefinition of typedef 'GstWebRTCRTPReceiver' rtpreceiver.h:39: error: redefinition of typedef 'GstWebRTCRTPReceiverClass' Tested on both amd64 and powerpc64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497172
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad')
-rw-r--r--multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h
new file mode 100644
index 000000000000..13713cc4c29b
--- /dev/null
+++ b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_webrtc_webrtc__fwd.h
@@ -0,0 +1,12 @@
+--- gst-libs/gst/webrtc/webrtc_fwd.h.orig 2018-07-18 14:46:42 UTC
++++ gst-libs/gst/webrtc/webrtc_fwd.h
+@@ -39,9 +39,6 @@ typedef struct _GstWebRTCDTLSTransportCl
+ typedef struct _GstWebRTCICETransport GstWebRTCICETransport;
+ typedef struct _GstWebRTCICETransportClass GstWebRTCICETransportClass;
+
+-typedef struct _GstWebRTCRTPReceiver GstWebRTCRTPReceiver;
+-typedef struct _GstWebRTCRTPReceiverClass GstWebRTCRTPReceiverClass;
+-
+ typedef struct _GstWebRTCRTPSender GstWebRTCRTPSender;
+ typedef struct _GstWebRTCRTPSenderClass GstWebRTCRTPSenderClass;
+