From ebd2f85f902d0c35c47dc37c27a336b881750129 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 7 Feb 2013 10:17:48 +0100 Subject: [PATCH] Update for new Makefiles. --- README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 124d59e..ac9562b 100644 --- a/README.txt +++ b/README.txt @@ -57,8 +57,8 @@ Install: git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git cd vdr-plugin-softhddevice - make VDRDIR= 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= 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 ------