diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-11 19:19:09 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-11 19:19:09 +0100 |
| commit | a6bde254f00e1cab9871d60f583c18999c08ca71 (patch) | |
| tree | 3fcefd456031c1ecf21dc20a72efc1fdab82088b /lib/python/Plugins/Extensions/DVDBurn/Makefile.am | |
| parent | 4c2cba9ccb6f754aac9378e2fc2c7b546e6d589c (diff) | |
| download | enigma2-a6bde254f00e1cab9871d60f583c18999c08ca71.tar.gz enigma2-a6bde254f00e1cab9871d60f583c18999c08ca71.zip | |
use multiple titlesets for dvd authoring which allows correct burning of videos with different audio tracks
introduce title properties screen. this is still a draft version.
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDBurn/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Makefile.am b/lib/python/Plugins/Extensions/DVDBurn/Makefile.am index cb65f56a..be89ebaa 100644 --- a/lib/python/Plugins/Extensions/DVDBurn/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDBurn/Makefile.am @@ -3,7 +3,7 @@ installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDBurn install_PYTHON = \ __init__.py \ plugin.py \ - DVDProject.py DVDTitle.py TitleCutter.py TitleList.py Process.py ProjectSettings.py DVDToolbox.py + DVDProject.py DVDTitle.py TitleCutter.py TitleList.py TitleProperties.py Process.py ProjectSettings.py DVDToolbox.py install_DATA = *.xml *.jpg *.mpg *.mp2 *.png |
