mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
gstreamer.types.in: remove colorspace header.
Original commit message from CVS: gstreamer.types.in: remove colorspace header. Makefile.am: remove comment inside rule (nonportable).
This commit is contained in:
parent
18c6ade4d8
commit
77dd4ca2da
2 changed files with 3 additions and 4 deletions
|
@ -82,11 +82,12 @@ sgml/gstreamer-doc.bottom: $(tmpl_sources)
|
|||
gstreamer-decl.txt:
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers=""
|
||||
|
||||
# The LD env-var below is a nasty hack to make this work on versions of
|
||||
# gtkdoc-scanobj which don't understand libtool
|
||||
scanobj: $(srcdir)/$(DOC_MODULE).types
|
||||
rm gstreamer-scan.o; ln -s gstreamer-scan.lo gstreamer-scan.o
|
||||
cd ../../gst/;$(MAKE) libgst.la
|
||||
cd ../../gst/elements/;$(MAKE) libgstelements.la
|
||||
# The LD env-var below is a nasty hack to make this work on versions of gtkdoc-scanobj which don't understand libtool
|
||||
rm gstreamer-scan.o; ln -s gstreamer-scan.lo gstreamer-scan.o
|
||||
env CC="$(LIBTOOL) $(CC)" LD="cp gstreamer-scan.lo gstreamer-scan.o;$(LIBTOOL) $(CC)" CFLAGS="$(LIBGST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -I../../" LDFLAGS="$(GST_LIBS)"\
|
||||
gtkdoc-scanobj --module=$(DOC_MODULE)
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR)
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#include <gtk/gtk.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <libs/colorspace/gstcolorspace.h>
|
||||
|
||||
gst_object_get_type
|
||||
gst_xml_get_type
|
||||
gst_element_get_type
|
||||
|
|
Loading…
Reference in a new issue