mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
5de4ca65e6
This enables us to build with gtk-sharp 2.12.9.90 instead of current trunk (which will be released together with GNOME 3.0 or similar).
17 lines
548 B
Makefile
17 lines
548 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
api:
|
|
$(MONO) $(top_builddir)/parser/gst-gapi-parser.exe \
|
|
gstreamer-sharp-source.xml
|
|
grep -v "public const string " \
|
|
$(top_srcdir)/gstreamer-sharp/Tag.custom \
|
|
> $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp
|
|
mv $(top_srcdir)/gstreamer-sharp/Tag.custom.tmp \
|
|
$(top_srcdir)/gstreamer-sharp/Tag.custom
|
|
$(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
|
|
|