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

Collapse All | Expand All

(-)a/common-modified/gst-glib-gen.mak (-1 / +3 lines)
Lines 1-12 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
10
9
enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
11
enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
10
12
11
# these are all the rules generating the relevant files
13
# these are all the rules generating the relevant files
12
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)
14
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)
(-)a/farstream/Makefile.am (-2 / +3 lines)
Lines 69-79 public_headers = fs-candidate.h \ Link Here
69
		fs-conference.h \
69
		fs-conference.h \
70
		fs-utils.h
70
		fs-utils.h
71
71
72
H := \#
73
72
glib_enum_headers=$(public_headers)
74
glib_enum_headers=$(public_headers)
73
glib_enum_define=FS
75
glib_enum_define=FS
74
glib_gen_prefix=_fs
76
glib_gen_prefix=_fs
75
glib_gen_basename=fs
77
glib_gen_basename=fs
76
glib_gen_decl_include=\#include <glib-object.h>
78
glib_gen_decl_include=$(H)include <glib-object.h>
77
79
78
include $(top_srcdir)/common-modified/gst-glib-gen.mak
80
include $(top_srcdir)/common-modified/gst-glib-gen.mak
79
81
80
- 

Return to bug 706080