Xineliboutput-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
m |
||
| Line 14: | Line 14: | ||
==Installation== | ==Installation== | ||
Xine-lib | Xine-lib | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf xine-lib-<VERSION>.tar.gz |
| - | tar xvzf xine-lib-<VERSION>.tar.gz | + | cd xine-ui-<VERSION> |
| - | cd xine-ui-<VERSION> | + | ./autogen.sh --prefix=/usr/local |
| - | ./autogen.sh --prefix=/usr/local | + | make |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
See [[plugin installation]] | See [[plugin installation]] | ||
Revision as of 23:08, 30 November 2004
Contents |
Description
File:Xineliboutput-plugin.jpg
Screenshot
|
Hint |
|
One has to choose between the xine-plugin and this plugin. Both plugins won't work. |
Hardware requirements
Software requirements
- Xine-lib
- X11
Installation
Xine-lib
cd $SOURCEDIR tar xvzf xine-lib-<VERSION>.tar.gz cd xine-ui-<VERSION> ./autogen.sh --prefix=/usr/local make make install ldconfig
Problems
Links
| [1] | http://www.hut.fi/u/phintuka/vdr | Plugin homepage |
| [2] | http://xinehq.de | Xine project homepage |
