diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-01-09 01:14:13 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-01-09 01:14:13 +0000 |
| commit | 1e14cd894335a4f97c588f4b0522627337cdec6e (patch) | |
| tree | 043eef02dd384dda4a8986abb8f8dcbbf76df6b4 /lib/python/Components/Converter/Makefile.am | |
| parent | 8d3ee12aa8f54f1eb40e633e7d2b7f5ec8d91c5f (diff) | |
| download | enigma2-1e14cd894335a4f97c588f4b0522627337cdec6e.tar.gz enigma2-1e14cd894335a4f97c588f4b0522627337cdec6e.zip | |
Add source and converter for streaming. Source/StreamService will start the streaming service 'record', Converter/Streaming will output current demux+pids.
Diffstat (limited to 'lib/python/Components/Converter/Makefile.am')
| -rw-r--r-- | lib/python/Components/Converter/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/Makefile.am b/lib/python/Components/Converter/Makefile.am index e754a683..b25a32d8 100644 --- a/lib/python/Components/Converter/Makefile.am +++ b/lib/python/Components/Converter/Makefile.am @@ -3,4 +3,5 @@ installdir = $(LIBDIR)/enigma2/python/Components/Converter install_PYTHON = \ __init__.py ClockToText.py Converter.py EventName.py StaticText.py EventTime.py \ Poll.py RemainingToText.py StringList.py ServiceName.py FrontendInfo.py ServiceInfo.py \ - ConditionalShowHide.py ServicePosition.py ValueRange.py RadioText.py + ConditionalShowHide.py ServicePosition.py ValueRange.py RadioText.py Streaming.py + |
