mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix build on gcc-based architectures
PR: 233309 Submitted by: pkubaj@anongoth.pl
This commit is contained in:
parent
aaa56fe391
commit
d30d790cff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485864
1 changed files with 10 additions and 0 deletions
|
@ -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 ())
|
Loading…
Add table
Reference in a new issue