1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix build on gcc-based architectures

PR:		233309
Submitted by:	pkubaj@anongoth.pl
This commit is contained in:
Thomas Zander 2018-11-25 14:30:49 +00:00
parent aaa56fe391
commit d30d790cff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485864

View File

@ -0,0 +1,10 @@
--- gst/flv/gstflvmux.h.orig 2018-11-19 01:46:19 UTC
+++ gst/flv/gstflvmux.h
@@ -37,7 +37,6 @@ G_BEGIN_DECLS
#define GST_IS_FLV_MUX_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_FLV_MUX_PAD))
typedef struct _GstFlvMuxPad GstFlvMuxPad;
-typedef struct _GstFlvMuxPadClass GstFlvMuxPadClass;
#define GST_TYPE_FLV_MUX \
(gst_flv_mux_get_type ())