more build fixes

Original commit message from CVS:
more build fixes
This commit is contained in:
Johan Dahlin 2004-10-11 13:43:26 +00:00
parent f4b79ff002
commit f2abd02516
4 changed files with 11 additions and 26 deletions

View file

@ -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

View file

@ -1 +1,3 @@
SUBDIRS = gst
SUBDIRS = \
gst \
gstplay

View file

@ -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)

View file

@ -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)