mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
add a dependency so it triggers a marshal code rebuild
Original commit message from CVS: add a dependency so it triggers a marshal code rebuild
This commit is contained in:
parent
3cd51699bf
commit
ca223e73e8
1 changed files with 3 additions and 3 deletions
|
@ -223,14 +223,14 @@ endif
|
|||
|
||||
|
||||
gstmarshal.h: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst_marshal $^ > gstmarshal.h.tmp
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h.tmp
|
||||
mv gstmarshal.h.tmp gstmarshal.h
|
||||
|
||||
gstmarshal.c: gstmarshal.list
|
||||
gstmarshal.c: gstmarshal.list gst_private.h
|
||||
echo "#include \"gst_private.h\"" > gstmarshal.c.tmp
|
||||
echo "#include \"glib-object.h\"" >> gstmarshal.c.tmp
|
||||
echo "#include \"gstmarshal.h\"" >> gstmarshal.c.tmp
|
||||
glib-genmarshal --body --prefix=gst_marshal $^ >> gstmarshal.c.tmp
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c.tmp
|
||||
mv gstmarshal.c.tmp gstmarshal.c
|
||||
|
||||
gstenumtypes.h: $(gst_headers)
|
||||
|
|
Loading…
Reference in a new issue