mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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.
|
# Generate both marshal files together. Makes dependency work easier.
|
||||||
gstmarshal.h: gstmarshal.list
|
gstmarshal.h: gstmarshal.list
|
||||||
glib-genmarshal --header --prefix=gst_marshal 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_marshal gstmarshal.list >> gstmarshal.c
|
|
||||||
|
|
||||||
gstmarshal.c: gstmarshal.list
|
gstmarshal.c: gstmarshal.list
|
||||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
|
|
||||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||||
echo "#include \"gstlog.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
|
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||||
|
|
||||||
##### end built sources #####
|
##### end built sources #####
|
||||||
|
|
Loading…
Reference in a new issue