mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
11 lines
417 B
Diff
11 lines
417 B
Diff
--- 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)
|