mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 23:45:35 +00:00
40fc4c1412
Also remove the void ctor of the Tag class, it's not meant to be instantiated
11 lines
285 B
Makefile
11 lines
285 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
api:
|
|
$(GAPI_PARSER) gstreamer-sharp-source.xml
|
|
$(MONO) $(top_builddir)/parser/gst-generate-tags.exe \
|
|
--header=../../gstreamer/gst/gsttaglist.h \
|
|
--namespace=Gst \
|
|
--class=Tags \
|
|
--only-body \
|
|
> $(top_srcdir)/gstreamer-sharp/Tag.custom
|
|
|