Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-gst-0_10-plugins-base
make43.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File make43.patch of Package mingw64-gst-0_10-plugins-base
--- gst-plugins-base-0.10.36/common/glib-gen.mak 2021-06-30 19:16:14.599029302 +0200 +++ gst-plugins-base-0.10.36/common/glib-gen.mak 2021-06-30 19:18:10.239194671 +0200 @@ -1,11 +1,13 @@ # these are the variables your Makefile.am should set # the example is based on the colorbalance interface +H := \# + #glib_enum_headers=$(colorbalance_headers) #glib_enum_define=GST_COLOR_BALANCE #glib_enum_prefix=gst_color_balance -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") # these are all the rules generating the relevant files %-marshal.h: %-marshal.list --- gst-plugins-base-0.10.36/common/gst-glib-gen.mak 2021-06-30 19:16:14.599029302 +0200 +++ gst-plugins-base-0.10.36/common/gst-glib-gen.mak 2021-06-30 19:20:21.551382451 +0200 @@ -6,7 +6,9 @@ #glib_gen_prefix=gst_color_balance #glib_gen_basename=colorbalance -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +H := \# + +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\") # these are all the rules generating the relevant files $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list Only in gst-plugins-base-0.10.36/po: Makefile.in.in.orig
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor