mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Prefix for marshallers should be gst_marshal, rather than gst.
Original commit message from CVS: Prefix for marshallers should be gst_marshal, rather than gst. This now actually compiles for me.
This commit is contained in:
parent
b3e700e0f8
commit
22162769b8
1 changed files with 4 additions and 4 deletions
|
@ -129,14 +129,14 @@ cothreads.o: $(srcdir)/cothreads.c $(srcdir)/cothreads.h $(srcdir)/gst_private.h
|
|||
|
||||
# Generate both marshal files together. Makes dependency work easier.
|
||||
gstmarshal.h: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst gstmarshal.list > gstmarshal.h
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
|
||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst gstmarshal.list >> gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||
|
||||
gstmarshal.c: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst gstmarshal.list > gstmarshal.h
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
|
||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst gstmarshal.list >> gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||
|
||||
##### end built sources #####
|
||||
|
||||
|
|
Loading…
Reference in a new issue