wok-current view gstreamer-1.0/stuff/gstreamer-make4.patch @ rev 25724
Up audacity to 3.0.2, fix openssh/wxWidgets build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 25 14:51:14 2024 +0000 (14 months ago) |
parents | |
children |
line source
1 --- a/common/gst-glib-gen.mak
2 +++ b/common/gst-glib-gen.mak
3 @@ -8,7 +8,8 @@
4 #glib_gen_decl_banner=GST_EXPORT
5 #glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
7 -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
8 +hash:=\#
9 +enum_headers=$(foreach h,$(glib_enum_headers),\n${hash}include \"$(h)\")
11 # these are all the rules generating the relevant files
12 $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list