mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
looks like cvs mangled something (?) -- try to repair
Original commit message from CVS: looks like cvs mangled something (?) -- try to repair
This commit is contained in:
parent
c70360d1c8
commit
59a47966f1
1 changed files with 1 additions and 3 deletions
|
@ -136,13 +136,11 @@ 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_marshal gstmarshal.list > gstmarshal.h
|
||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||
|
||||
gstmarshal.c: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
|
||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||
echo "#include \"gstlog.h\"" >> gstmarshal.c
|
||||
echo "#include \"gstmarshal.h\"" >> gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||
|
||||
##### end built sources #####
|
||||
|
|
Loading…
Reference in a new issue