mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
this triggers a regen of the autogenned source files
Original commit message from CVS: this triggers a regen of the autogenned source files
This commit is contained in:
parent
972a98a112
commit
af8689298f
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ gstmarshal.c: gstmarshal.list
|
|||
glib-genmarshal --body --prefix=gst_marshal $(srcdir)/gstmarshal.list >> gstmarshal.c.tmp
|
||||
mv gstmarshal.c.tmp gstmarshal.c
|
||||
|
||||
gstenumtypes.h:
|
||||
gstenumtypes.h: $(libgstreamerinclude_HEADERS)
|
||||
glib-mkenums \
|
||||
--fhead "#ifndef __GST_ENUM_TYPES_H__\n#define __GST_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
|
||||
--fprod "/* enumerations from \"@filename@\" */\n" \
|
||||
|
@ -109,7 +109,7 @@ gstenumtypes.h:
|
|||
--ftail "G_END_DECLS\n\n#endif /* __GST_ENUM_TYPES_H__ */" \
|
||||
$(libgstreamerinclude_HEADERS) > gstenumtypes.h
|
||||
|
||||
gstenumtypes.c:
|
||||
gstenumtypes.c: $(libgstreamerinclude_HEADERS)
|
||||
glib-mkenums \
|
||||
--fhead "#include <gst/gst.h>" \
|
||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||
|
|
Loading…
Reference in a new issue