--- gst-plugins-bad-1.14.5/ext/srt/Makefile.in 2019-05-29 20:00:09.000000000 +0300 +++ gst-plugins-bad-1.14.5/ext/srt/Makefile.in 2020-02-28 05:21:05.603334052 +0300 @@ -17,12 +17,14 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include VPATH = @srcdir@ @@ -795,7 +797,7 @@ gstsrtserversink.h \ $(NULL) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") all: all-am .SUFFIXES: --- gst-plugins-bad-1.14.5/ext/srtp/Makefile.in 2019-05-29 20:00:09.000000000 +0300 +++ gst-plugins-bad-1.14.5/ext/srtp/Makefile.in 2020-02-28 05:18:56.016667628 +0300 @@ -17,12 +17,14 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include VPATH = @srcdir@ am__is_gnu_make = { \ @@ -775,7 +777,7 @@ BUILT_SOURCES = gstsrtp-enumtypes.c gstsrtp-enumtypes.h nodist_libgstsrtp_la_SOURCES = $(BUILT_SOURCES) CLEANFILES = $(BUILT_SOURCES) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am --- gst-plugins-bad-1.14.5/ext/webrtc/Makefile.in 2019-05-29 20:00:09.000000000 +0300 +++ gst-plugins-bad-1.14.5/ext/webrtc/Makefile.in 2020-02-28 05:22:33.880000577 +0300 @@ -17,12 +17,14 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include VPATH = @srcdir@ @@ -797,7 +799,7 @@ libgstwebrtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstwebrtc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") all: all-am .SUFFIXES: --- gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.in 2019-05-29 20:00:10.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.in 2020-02-28 04:46:47.073337231 +0300 @@ -17,12 +17,14 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include VPATH = @srcdir@ @@ -773,7 +775,7 @@ glib_gen_prefix = gst_photography glib_gen_basename = photography glib_gen_decl_banner = GST_PHOTOGRAPHY_API -glib_gen_decl_include = \#include +glib_gen_decl_include = $(H)include built_sources = \ photography-enumtypes.c @@ -805,7 +807,7 @@ $(built_headers) CLEANFILES = $(BUILT_SOURCES) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am --- gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.am 2018-03-23 23:45:15.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/interfaces/Makefile.am 2020-02-28 04:52:50.566670141 +0300 @@ -5,13 +5,15 @@ headers_photography = \ photography.h +H := \# + # variables used for enum/marshal generation glib_enum_headers=$(headers_photography) glib_enum_define=GST_PHOTOGRAPHY glib_gen_prefix=gst_photography glib_gen_basename=photography glib_gen_decl_banner=GST_PHOTOGRAPHY_API -glib_gen_decl_include=\#include +glib_gen_decl_include=$(H)include built_sources = \ photography-enumtypes.c --- gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.in 2019-05-29 20:00:10.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.in 2020-02-28 04:07:47.156671992 +0300 @@ -17,12 +17,14 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include @@ -821,7 +823,7 @@ glib_gen_prefix = gst_mpegts glib_gen_basename = gstmpegts glib_gen_decl_banner = GST_MPEGTS_API -glib_gen_decl_include = \#include +glib_gen_decl_include = $(H)include BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c CLEANFILES = $(BUILT_SOURCES) $(am__append_1) @@ -841,7 +843,7 @@ @HAVE_INTROSPECTION_TRUE@gir_DATA = $(BUILT_GIRSOURCES) @HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0/ @HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am --- gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.am 2018-03-23 23:45:15.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/mpegts/Makefile.am 2020-02-28 04:38:34.013337741 +0300 @@ -46,11 +46,13 @@ gst-scte-section.h \ gst-dvb-descriptor.h +H := \# + glib_enum_define=GST_MPEGTS glib_gen_prefix=gst_mpegts glib_gen_basename=gstmpegts glib_gen_decl_banner=GST_MPEGTS_API -glib_gen_decl_include=\#include +glib_gen_decl_include=$(H)include BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c --- a/common/glib-gen.mak 2018-03-23 22:45:17.000000000 +0200 +++ b/common/glib-gen.mak 2020-02-28 01:51:43.290296250 +0200 @@ -1,11 +1,13 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_enum_prefix=gst_color_balance -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") ++enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") # these are all the rules generating the relevant files %-marshal.h: %-marshal.list --- a/common/gst-glib-gen.mak 2018-03-23 22:45:17.000000000 +0200 +++ b/common/gst-glib-gen.mak 2020-02-28 01:52:55.770301826 +0200 @@ -1,14 +1,16 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") # these are all the rules generating the relevant files $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list --- gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.in 2019-05-29 20:00:11.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.in 2020-02-28 05:10:31.576668458 +0300 @@ -17,12 +17,13 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance #glib_gen_decl_banner=GST_EXPORT -#glib_gen_decl_include=\#include +#glib_gen_decl_include=$(H)include @@ -761,7 +762,7 @@ glib_gen_prefix = gst_webrtc glib_gen_basename = webrtc glib_gen_decl_banner = GST_WEBRTC_API -glib_gen_decl_include = \#include +glib_gen_decl_include = $(H)include built_sources = webrtc-enumtypes.c built_headers = webrtc-enumtypes.h BUILT_SOURCES = $(built_sources) $(built_headers) @@ -806,7 +807,7 @@ $(GST_ALL_LDFLAGS) \ $(GST_LT_LDFLAGS) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir @HAVE_INTROSPECTION_TRUE@gir_headers = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS)) @HAVE_INTROSPECTION_TRUE@gir_sources = $(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES) --- gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.am 2018-03-24 20:44:06.000000000 +0300 +++ gst-plugins-bad-1.14.5/gst-libs/gst/webrtc/Makefile.am 2020-02-28 05:12:34.540001569 +0300 @@ -1,11 +1,13 @@ lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la +H := \# + glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h glib_enum_define = GST_WEBRTC glib_gen_prefix = gst_webrtc glib_gen_basename = webrtc glib_gen_decl_banner=GST_WEBRTC_API -glib_gen_decl_include=\#include +glib_gen_decl_include=$(H)include built_sources = webrtc-enumtypes.c built_headers = webrtc-enumtypes.h