Add python bindings.
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 8 Jan 2009 13:57:55 +0000 (14:57 +0100)
committerWim Taymans <wim@wtay.(none)>
Thu, 8 Jan 2009 13:57:55 +0000 (14:57 +0100)
commit3f7bd9202269e6ae18f5f22b69175a1fce2f5bac
treea0e087f0dadedda4d13f9e50703b376fdeb8ea3e
parent7bab61a10b13293725fbc28f28de6d07f2edbea0
Add python bindings.
27 files changed:
.gitignore
Makefile.am
acinclude.m4 [new file with mode: 0644]
bindings/python/Makefile.am [new file with mode: 0644]
bindings/python/arg-types.py [new file with mode: 0644]
bindings/python/codegen/Makefile.am [new file with mode: 0644]
bindings/python/codegen/__init__.py [new file with mode: 0644]
bindings/python/codegen/argtypes.py [new file with mode: 0644]
bindings/python/codegen/code-coverage.py [new file with mode: 0755]
bindings/python/codegen/codegen.py [new file with mode: 0644]
bindings/python/codegen/definitions.py [new file with mode: 0644]
bindings/python/codegen/defsparser.py [new file with mode: 0644]
bindings/python/codegen/docextract.py [new file with mode: 0644]
bindings/python/codegen/docgen.py [new file with mode: 0644]
bindings/python/codegen/fileprefix.override [new file with mode: 0644]
bindings/python/codegen/fileprefixmodule.c [new file with mode: 0644]
bindings/python/codegen/h2def.py [new file with mode: 0755]
bindings/python/codegen/mergedefs.py [new file with mode: 0755]
bindings/python/codegen/mkskel.py [new file with mode: 0755]
bindings/python/codegen/override.py [new file with mode: 0644]
bindings/python/codegen/reversewrapper.py [new file with mode: 0644]
bindings/python/codegen/scmexpr.py [new file with mode: 0644]
bindings/python/rtspserver-types.defs [new file with mode: 0644]
bindings/python/rtspserver.defs [new file with mode: 0644]
bindings/python/rtspserver.override [new file with mode: 0644]
bindings/python/rtspservermodule.c [new file with mode: 0644]
configure.ac