add DVDPlayer plugin (not final yet)
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 15 Apr 2008 12:47:41 +0000 (12:47 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 15 Apr 2008 12:47:41 +0000 (12:47 +0000)
commit17be24380f07656d14b88baf5af0d9ef3d8eddfd
treef4415b51ebf4ca4c5281883ea4cdde6107d5560c
parentc50acf3391bec3f2abaf219c8f52c7d57d6149b5
add DVDPlayer plugin (not final yet)
not working without libdreamdvd (not in OE yet)
12 files changed:
configure.ac
lib/python/Plugins/Extensions/DVDPlayer/.cvsignore [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/LICENSE [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/__init__.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/keymap.xml [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/plugin.py [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/src/.cvsignore [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.cpp [new file with mode: 0644]
lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h [new file with mode: 0644]
lib/python/Plugins/Extensions/Makefile.am