aboutsummaryrefslogtreecommitdiffstats
path: root/community/farstream/fix-gst-glib-gen_mak.patch
blob: 774243b2485edeb3f642a1cc21d3cb7160c5b642 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/common-modified/gst-glib-gen.mak
+++ b/common-modified/gst-glib-gen.mak
@@ -6,7 +6,7 @@
 #glib_gen_prefix=gst_color_balance
 #glib_gen_basename=colorbalance
 
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers=$(foreach h,$(glib_enum_headers),\n#include \"$(h)\")
 
 # these are all the rules generating the relevant files
 $(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)