Changeset 7ca188d5926edfe485a7d81e55aa261c2d9fa540
- Timestamp:
- 02/12/06 16:48:57
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1139759337 +0000
- git-parent:
[c615ce5242982d182f7ee2d70e74dd2aeb69c16a]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1139759337 +0000
- Message:
Move python mediacontrol bindings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r15f7074 |
r7ca188d |
|
| 4983 | 4983 | |
|---|
| 4984 | 4984 | dnl |
|---|
| 4985 | | dnl Python bindings |
|---|
| 4986 | | dnl |
|---|
| 4987 | | AC_ARG_ENABLE(python-bindings, |
|---|
| 4988 | | [ --enable-python-bindings Enable Python bindings (default disabled)]) |
|---|
| | 4985 | dnl Mediacontrol Python bindings |
|---|
| | 4986 | dnl |
|---|
| | 4987 | AC_ARG_ENABLE(mediacontrol-python-bindings, |
|---|
| | 4988 | [ --enable-mediacontrol-python-bindings Enable Python bindings for MediaControl (default disabled)]) |
|---|
| 4989 | 4989 | dnl TODO: look for python dev headers |
|---|
| 4990 | | AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_python_bindings}" = "yes"]) |
|---|
| 4991 | | if test "${enable_python_bindings}" = "yes" |
|---|
| | 4990 | AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_mediacontrol_python_bindings}" = "yes"]) |
|---|
| | 4991 | if test "${enable_mediacontrol_python_bindings}" = "yes" |
|---|
| 4992 | 4992 | then |
|---|
| 4993 | 4993 | build_pic=yes |
|---|
| … | … | |
| 5212 | 5212 | bindings/Makefile |
|---|
| 5213 | 5213 | bindings/java/Makefile |
|---|
| 5214 | | bindings/python/Makefile |
|---|
| | 5214 | bindings/mediacontrol-python/Makefile |
|---|
| 5215 | 5215 | debian/Makefile |
|---|
| 5216 | 5216 | doc/Makefile |
|---|