aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Makefile.am
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-23 00:06:27 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-23 00:06:27 +0000
commit08fca93e7f2a37a452399d08c5c84b969b7e52af (patch)
treee947a919972cdd6ad072c196640a643c6c9f7fff /lib/python/Screens/Makefile.am
parent371447724a1e150c37a777e58a4725a3d2561c01 (diff)
downloadenigma2-08fca93e7f2a37a452399d08c5c84b969b7e52af.tar.gz
enigma2-08fca93e7f2a37a452399d08c5c84b969b7e52af.zip
- switchtimer added to RecordingTimer
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
Diffstat (limited to 'lib/python/Screens/Makefile.am')
-rw-r--r--lib/python/Screens/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index 7a30e88a..ea314e24 100644
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -9,4 +9,5 @@ install_PYTHON = \
AudioSelection.py InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \
Dish.py SubserviceSelection.py LanguageSelection.py StartWizard.py \
TutorialWizard.py PluginBrowser.py MinuteInput.py Scart.py PVRState.py \
- Console.py InputBox.py ChoiceBox.py SimpleSummary.py ImageWizard.py
+ Console.py InputBox.py ChoiceBox.py SimpleSummary.py ImageWizard.py \
+ MediaPlayer.py