1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Olivier Aubert
0680c6ed09 python bindings: remove obsolete vlc_internal module 2009-05-25 16:55:35 +02:00
Olivier Aubert
bd13aca646 python bindings: fix setup.py to use 'pkg-config libvlc' instead of the old vlc-config (patch by <kwizart@gmail.com>). 2009-05-25 12:24:02 +02:00
Rémi Denis-Courmont
b6b695f188 Remove internal Python build support 2008-05-21 20:48:11 +03:00
Rémi Denis-Courmont
84d0f814c4 Rename the shared libraries 2008-05-15 19:40:44 +03:00
Rafaël Carré
03dbdfe7b9 Fix out of tree building of the python bindings 2008-03-18 09:27:19 +01:00
Olivier Aubert
93b4565847 python bindings: do not link with unecessary libs (spotted by courmisch) 2008-03-04 13:49:33 +01:00
Olivier Aubert
7440f8d3b6 python bindings: provide useful defaults for linking when compiling out-of-tree
This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.
2008-03-04 11:10:48 +01:00
Olivier Aubert
648ed65bfe python bindings: setup.py, workaround vlc-config 'peculiarities' 2007-07-04 15:29:57 +00:00
Olivier Aubert
7b89d13c0e bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available. 2007-01-05 19:15:16 +00:00
Olivier Aubert
c2d31f450e python/bindings/setup.py: fix python binding building (ref. r17640) 2006-11-15 14:13:44 +00:00
Olivier Aubert
07a52db97c Rename bindings/mediacontrol-python to bindings/python 2006-09-25 15:59:23 +00:00
Clément Stenac
7ca188d592 Move python mediacontrol bindings 2006-02-12 15:48:57 +00:00
Clément Stenac
68aa3ca320 Merge 0.8.5-api changes
Fix compilation
2006-01-08 16:32:33 +00:00
Olivier Aubert
ab75c697fb bindings/python/setup.py: Mac OS X build fixes (link parameters) 2005-12-19 14:23:25 +00:00
Olivier Aubert
23cdbc0277 python/setup.py: use PIC versions of the libraries (patch by Filippo Carone) 2005-12-12 08:57:20 +00:00
Olivier Aubert
f12e7ed0dd python/setup.py: use vlc-config --version to determine version and misc. doc updates 2005-12-09 17:54:47 +00:00
Clément Stenac
42088654d6 Merge fixes to the python binding from my branch 2005-11-02 18:32:39 +00:00
Clément Stenac
b3f7a2eadb Merge bindings to trunk 2005-06-01 22:19:03 +00:00