diff options
author | Johns <johns98@gmx.net> | 2012-01-19 00:16:15 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-19 00:16:15 +0100 |
commit | b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5 (patch) | |
tree | 8b7a26f28ee2aa2026ac6c71a3d08d981e1664c7 /README.txt | |
parent | c6e66e0787f62fdf74dde43dcc88818f80b7334e (diff) | |
download | vdr-plugin-softhddevice-b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5.tar.gz vdr-plugin-softhddevice-b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5.tar.bz2 |
Small miscellaneous cleanups.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -61,7 +61,7 @@ Install: http://projects.vdr-developer.org/projects/plg-softhddevice/files tar vxf vdr-softhddevice-*.tar.bz2 - cd vdr-softhddevice + cd softhddevice-* make VDRDIR=<path-to-your-vdr-files> LIBDIR=. You can edit Makefile to enable/disable VDPAU / VA-API / Alsa / OSS @@ -146,6 +146,15 @@ Commandline: Use vdr -h to see the command line arguments support by the plugin. + -a audio_device + + Selects audio output module and device. + "" to disable audio output + /... to use oss audio module (if compiled with oss + support) + other to use alsa audio module (if compiled with alsa + support) + Running: -------- |