summaryrefslogtreecommitdiff
path: root/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch')
-rw-r--r--media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch b/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch
new file mode 100644
index 000000000000..86ce47cdf158
--- /dev/null
+++ b/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch
@@ -0,0 +1,17 @@
+--- a/common/glib-gen.mak
++++ b/common/glib-gen.mak
+@@ -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