diff options
author | Johns <johns98@gmx.net> | 2013-02-07 10:17:48 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-02-07 10:17:48 +0100 |
commit | ebd2f85f902d0c35c47dc37c27a336b881750129 (patch) | |
tree | 441b352696ee49ccf916a9e59dcd3bcff04831ab /README.txt | |
parent | dce7ef9110311cd162c5b8ec18ebda0d458863e9 (diff) | |
download | vdr-plugin-softhddevice-ebd2f85f902d0c35c47dc37c27a336b881750129.tar.gz vdr-plugin-softhddevice-ebd2f85f902d0c35c47dc37c27a336b881750129.tar.bz2 |
Update for new Makefiles.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -57,8 +57,8 @@ Install: git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git cd vdr-plugin-softhddevice - make VDRDIR=<path-to-your-vdr-files> LIBDIR=. - gentoo: make VDRDIR=/usr/include/vdr LIBDIR=. + make + make install 2a) tarball @@ -67,10 +67,11 @@ Install: tar vxf vdr-softhddevice-*.tar.bz2 cd softhddevice-* - make VDRDIR=<path-to-your-vdr-files> LIBDIR=. + make + make install You can edit Makefile to enable/disable VDPAU / VA-API / Alsa / OSS - support. + support. The default is to autodetect as much as possible. Setup: environment ------ |