diff options
author | scop <scop> | 2005-08-27 09:25:38 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-27 09:25:38 +0000 |
commit | 8b95921adb5c3cc9bb18c77a889bef62593d1121 (patch) | |
tree | baffb48988397c5acf725760d937ef00caf42d63 | |
parent | 1b92132c940735bce313ec3467d029ec7d84a9fd (diff) | |
download | vdr-plugin-dxr3-8b95921adb5c3cc9bb18c77a889bef62593d1121.tar.gz vdr-plugin-dxr3-8b95921adb5c3cc9bb18c77a889bef62593d1121.tar.bz2 |
Fix symlink example.
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Installation: - Get the latest dxr3-plugin version from http://sourceforge.net/projects/dxr3plugin/ - Unpack the package into "PLUGINS/SRC" directory. -- Make a symbolic link to this dxr3-plugin (ln -s vdr_dxr3_x.x.x dxr3). +- Make a symbolic link to this dxr3-plugin (ln -s dxr3-x.x.x dxr3). - Check FFMDIR and EM8300 in Makefile. - Check extra settings in Makefile: -DMICROCODE, -DUSE_XINE_SCALER - Call "make plugins" in the VDR root directory. |