]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-base.git/blob - gstreamer-common-make.patch
- updated URLs
[packages/gstreamer0.10-plugins-base.git] / gstreamer-common-make.patch
1 --- common/gst-glib-gen.mak.orig        2011-12-11 20:03:48.000000000 +0100
2 +++ common/gst-glib-gen.mak     2021-03-09 20:15:55.054080056 +0100
3 @@ -6,7 +6,8 @@
4  #glib_gen_prefix=gst_color_balance
5  #glib_gen_basename=colorbalance
6  
7 -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
8 +gst_hash = \#
9 +enum_headers=$(foreach h,$(glib_enum_headers),\n$(gst_hash)include \"$(h)\")
10  
11  # these are all the rules generating the relevant files
12  $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
This page took 0.106724 seconds and 3 git commands to generate.