-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: add support for new thumbnailing API
and wrap AudioEqualizer/Renderer/RendererDiscoverer with the OO API
- Loading branch information
Showing
7 changed files
with
714 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
from setuptools import setup | ||
|
||
setup(name='python-vlc', | ||
version = '3.0.4105', | ||
version = '3.0.4107', | ||
author='Olivier Aubert', | ||
author_email='[email protected]', | ||
maintainer='Olivier Aubert', | ||
|
@@ -35,5 +35,5 @@ | |
player. Note that it relies on an already present install of VLC. | ||
It has been automatically generated from the include files of | ||
vlc 3.0.4, using generator 1.5. | ||
vlc 3.0.4, using generator 1.7. | ||
""") |
Oops, something went wrong.