Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
3aad6066
Commit
3aad6066
authored
Sep 25, 2006
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix references to bindings/python
parent
07a52db9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
bindings/Makefile.am
bindings/Makefile.am
+1
-1
bindings/python/Makefile.am
bindings/python/Makefile.am
+1
-1
configure.ac
configure.ac
+4
-4
No files found.
bindings/Makefile.am
View file @
3aad6066
SUBDIRS
=
mediacontrol-
python java
SUBDIRS
=
python java
bindings/python/Makefile.am
View file @
3aad6066
...
...
@@ -16,7 +16,7 @@ else
endif
all
:
srcdir
=
"
$(srcdir)
"
top_builddir
=
"
$(top_builddir)
"
python
"
$(srcdir)
/setup.py"
build
$(COMPILERARG)
"--build-base=
$(top_builddir)
/bindings/
mediacontrol-python"
"--build-temp=
$(top_builddir)
/bindings/mediacontrol-
python"
srcdir
=
"
$(srcdir)
"
top_builddir
=
"
$(top_builddir)
"
python
"
$(srcdir)
/setup.py"
build
$(COMPILERARG)
"--build-base=
$(top_builddir)
/bindings/
python"
"--build-temp=
$(top_builddir)
/bindings/
python"
# FIXME: python setup.py install does not have any option to install from a different build directory
# so this will not work in a separate builddir
...
...
configure.ac
View file @
3aad6066
...
...
@@ -5356,10 +5356,10 @@ AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl
dnl Mediacontrol Python bindings
dnl
AC_ARG_ENABLE(
mediacontrol-
python-bindings,
[ --enable-
mediacontrol-python-bindings Enable Python bindings for MediaControl
(default disabled)])
AC_ARG_ENABLE(python-bindings,
[ --enable-
python-bindings Enable Python bindings
(default disabled)])
dnl TODO: look for python dev headers
AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_
mediacontrol_
python_bindings}" = "yes"])
AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_python_bindings}" = "yes"])
dnl
dnl Java bindings
...
...
@@ -5593,7 +5593,7 @@ AC_CONFIG_FILES([
bindings/Makefile
bindings/java/Makefile
bindings/java/src/Makefile
bindings/
mediacontrol-
python/Makefile
bindings/python/Makefile
doc/Makefile
intl/Makefile
ipkg/Makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment