mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
more build fixes
Original commit message from CVS: more build fixes
This commit is contained in:
parent
f4b79ff002
commit
f2abd02516
4 changed files with 11 additions and 26 deletions
25
Makefile.am
25
Makefile.am
|
@ -14,29 +14,6 @@ EXTRA_DIST = \
|
|||
gst-python.spec.in \
|
||||
gst-python.spec \
|
||||
README-docs \
|
||||
RELEASE \
|
||||
examples/gst/bps.py \
|
||||
examples/gst/cp.py \
|
||||
examples/gst/dvdplay.py \
|
||||
examples/gst/f2f.py \
|
||||
examples/gst/identity.py \
|
||||
examples/gst/ilat.py \
|
||||
examples/gst/lat.py \
|
||||
examples/gst/rot13.py \
|
||||
examples/gst/vorbisplay.py \
|
||||
examples/gst/wavenc.py \
|
||||
examples/gstplay/player.py \
|
||||
codegen/__init__.py \
|
||||
codegen/argtypes.py \
|
||||
codegen/codegen.py \
|
||||
codegen/definitions.py \
|
||||
codegen/defsparser.py \
|
||||
codegen/docextract.py \
|
||||
codegen/docgen.py \
|
||||
codegen/h2def.py \
|
||||
codegen/mergedefs.py \
|
||||
codegen/mkskel.py \
|
||||
codegen/override.py \
|
||||
codegen/scmexpr.py
|
||||
RELEASE
|
||||
|
||||
include $(top_srcdir)/common/release.mak
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
SUBDIRS = gst
|
||||
SUBDIRS = \
|
||||
gst \
|
||||
gstplay
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
EXTRA_DIST = \
|
||||
examplesdir = $(pkgdatadir)/examples
|
||||
examples_DATA = \
|
||||
bps.py \
|
||||
cp.py \
|
||||
f2f.py \
|
||||
|
@ -6,3 +7,5 @@ EXTRA_DIST = \
|
|||
gst123 \
|
||||
play.py \
|
||||
vorbisplay.py
|
||||
|
||||
EXTRA_DIST = $(examples)
|
||||
|
|
|
@ -1168,6 +1168,9 @@ _wrap_gst_registry_pool_feature_list(PyGObject *self, PyObject *args)
|
|||
%%
|
||||
override gst_xml_new noargs
|
||||
|
||||
extern PyObject * libxml_xmlDocPtrWrap(xmlDocPtr doc);
|
||||
extern PyObject * libxml_xmlNodePtrWrap(xmlNodePtr node);
|
||||
|
||||
/* libxml2 available check */
|
||||
static PyObject *
|
||||
_gst_get_libxml2_module(void)
|
||||
|
|
Loading…
Reference in a new issue