Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706078 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +21 lines)
Line  Link Here
0
-- gst-plugins-bad-1.16.2/common/glib-gen.mak
0
++ gst-plugins-bad-1.16.2/common/glib-gen.mak
Lines 1-11 Link Here
1
# these are the variables your Makefile.am should set
1
# these are the variables your Makefile.am should set
2
# the example is based on the colorbalance interface
2
# the example is based on the colorbalance interface
3
3
4
H := \#
5
4
#glib_enum_headers=$(colorbalance_headers)
6
#glib_enum_headers=$(colorbalance_headers)
5
#glib_enum_define=GST_COLOR_BALANCE
7
#glib_enum_define=GST_COLOR_BALANCE
6
#glib_enum_prefix=gst_color_balance
8
#glib_enum_prefix=gst_color_balance
7
9
8
enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
10
enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
9
11
10
# these are all the rules generating the relevant files
12
# these are all the rules generating the relevant files
11
%-marshal.h: %-marshal.list
13
%-marshal.h: %-marshal.list
12
-- gst-plugins-bad-1.16.2/common/gst-glib-gen.mak
14
++ gst-plugins-bad-1.16.2/common/gst-glib-gen.mak
Lines 1-14 Link Here
1
# these are the variables your Makefile.am should set
1
# these are the variables your Makefile.am should set
2
# the example is based on the colorbalance interface
2
# the example is based on the colorbalance interface
3
3
4
H := \#
5
4
#glib_enum_headers=$(colorbalance_headers)
6
#glib_enum_headers=$(colorbalance_headers)
5
#glib_enum_define=GST_COLOR_BALANCE
7
#glib_enum_define=GST_COLOR_BALANCE
6
#glib_gen_prefix=gst_color_balance
8
#glib_gen_prefix=gst_color_balance
7
#glib_gen_basename=colorbalance
9
#glib_gen_basename=colorbalance
8
#glib_gen_decl_banner=GST_EXPORT
10
#glib_gen_decl_banner=GST_EXPORT
9
#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
11
#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
10
12
11
enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
13
enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
12
14
13
# these are all the rules generating the relevant files
15
# these are all the rules generating the relevant files
14
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
16
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
15
-- gst-plugins-bad-1.16.2/gst-libs/gst/interfaces/Makefile.am
17
++ gst-plugins-bad-1.16.2/gst-libs/gst/interfaces/Makefile.am
Lines 5-17 Link Here
5
headers_photography = 		\
5
headers_photography = 		\
6
	photography.h
6
	photography.h
7
7
8
H := \#
9
8
# variables used for enum/marshal generation
10
# variables used for enum/marshal generation
9
glib_enum_headers=$(headers_photography)
11
glib_enum_headers=$(headers_photography)
10
glib_enum_define=GST_PHOTOGRAPHY
12
glib_enum_define=GST_PHOTOGRAPHY
11
glib_gen_prefix=gst_photography
13
glib_gen_prefix=gst_photography
12
glib_gen_basename=photography
14
glib_gen_basename=photography
13
glib_gen_decl_banner=GST_PHOTOGRAPHY_API
15
glib_gen_decl_banner=GST_PHOTOGRAPHY_API
14
glib_gen_decl_include=\#include <gst/interfaces/photography-prelude.h>
16
glib_gen_decl_include=$(H)include <gst/interfaces/photography-prelude.h>
15
17
16
built_sources = \
18
built_sources = \
17
	photography-enumtypes.c
19
	photography-enumtypes.c
18
-- gst-plugins-bad-1.16.2/gst-libs/gst/mpegts/Makefile.am
20
++ gst-plugins-bad-1.16.2/gst-libs/gst/mpegts/Makefile.am
Lines 47-57 Link Here
47
	gst-scte-section.h		\
47
	gst-scte-section.h		\
48
	gst-dvb-descriptor.h
48
	gst-dvb-descriptor.h
49
49
50
H := \#
51
50
glib_enum_define=GST_MPEGTS
52
glib_enum_define=GST_MPEGTS
51
glib_gen_prefix=gst_mpegts
53
glib_gen_prefix=gst_mpegts
52
glib_gen_basename=gstmpegts
54
glib_gen_basename=gstmpegts
53
glib_gen_decl_banner=GST_MPEGTS_API
55
glib_gen_decl_banner=GST_MPEGTS_API
54
glib_gen_decl_include=\#include <gst/mpegts/mpegts-prelude.h>
56
glib_gen_decl_include=$(H)include <gst/mpegts/mpegts-prelude.h>
55
57
56
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
58
BUILT_SOURCES = gstmpegts-enumtypes.c gstmpegts-enumtypes.h
57
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
59
nodist_libgstmpegts_@GST_API_VERSION@_la_SOURCES = gstmpegts-enumtypes.c
58
-- gst-plugins-bad-1.16.2/gst-libs/gst/webrtc/Makefile.am
60
++ gst-plugins-bad-1.16.2/gst-libs/gst/webrtc/Makefile.am
Lines 1-11 Link Here
1
lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la
1
lib_LTLIBRARIES = libgstwebrtc-@GST_API_VERSION@.la
2
2
3
H := \#
4
3
glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h
5
glib_enum_headers = dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h
4
glib_enum_define = GST_WEBRTC
6
glib_enum_define = GST_WEBRTC
5
glib_gen_prefix = gst_webrtc
7
glib_gen_prefix = gst_webrtc
6
glib_gen_basename = webrtc
8
glib_gen_basename = webrtc
7
glib_gen_decl_banner=GST_WEBRTC_API
9
glib_gen_decl_banner=GST_WEBRTC_API
8
glib_gen_decl_include=\#include <gst/webrtc/webrtc_fwd.h>
10
glib_gen_decl_include=$(H)include <gst/webrtc/webrtc_fwd.h>
9
11
10
built_sources = webrtc-enumtypes.c
12
built_sources = webrtc-enumtypes.c
11
built_headers = webrtc-enumtypes.h
13
built_headers = webrtc-enumtypes.h

Return to bug 706078