mcst-linux-kernel/patches-2024.06.26/farstream-0.2.9/0001-Adapt-to-backwards-inc...

13 lines
505 B
Diff

--- a/common-modified/gst-glib-gen.mak 2023-03-10 20:12:28.958541787 +0300
+++ b/common-modified/gst-glib-gen.mak 2023-03-10 20:13:43.122543323 +0300
@@ -6,7 +6,8 @@
#glib_gen_prefix=gst_color_balance
#glib_gen_basename=colorbalance
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+hash:=\#
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(hash)include \"$(h)\")
# these are all the rules generating the relevant files
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)