summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-19 00:16:15 +0100
committerJohns <johns98@gmx.net>2012-01-19 00:16:15 +0100
commitb1ce88923e3e3a5a7c4a78666daa09baf02fe5a5 (patch)
tree8b7a26f28ee2aa2026ac6c71a3d08d981e1664c7 /README.txt
parentc6e66e0787f62fdf74dde43dcc88818f80b7334e (diff)
downloadvdr-plugin-softhddevice-b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5.tar.gz
vdr-plugin-softhddevice-b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5.tar.bz2
Small miscellaneous cleanups.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index e9b797b..0bd67d5 100644
--- a/README.txt
+++ b/README.txt
@@ -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:
--------