mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Update for new Makefiles.
This commit is contained in:
parent
dce7ef9110
commit
ebd2f85f90
@ -57,8 +57,8 @@ Install:
|
|||||||
|
|
||||||
git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git
|
git clone git://projects.vdr-developer.org/vdr-plugin-softhddevice.git
|
||||||
cd vdr-plugin-softhddevice
|
cd vdr-plugin-softhddevice
|
||||||
make VDRDIR=<path-to-your-vdr-files> LIBDIR=.
|
make
|
||||||
gentoo: make VDRDIR=/usr/include/vdr LIBDIR=.
|
make install
|
||||||
|
|
||||||
2a) tarball
|
2a) tarball
|
||||||
|
|
||||||
@ -67,10 +67,11 @@ Install:
|
|||||||
|
|
||||||
tar vxf vdr-softhddevice-*.tar.bz2
|
tar vxf vdr-softhddevice-*.tar.bz2
|
||||||
cd softhddevice-*
|
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
|
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
|
Setup: environment
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user