summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-08-27 09:25:38 +0000
committerscop <scop>2005-08-27 09:25:38 +0000
commit8b95921adb5c3cc9bb18c77a889bef62593d1121 (patch)
treebaffb48988397c5acf725760d937ef00caf42d63
parent1b92132c940735bce313ec3467d029ec7d84a9fd (diff)
downloadvdr-plugin-dxr3-8b95921adb5c3cc9bb18c77a889bef62593d1121.tar.gz
vdr-plugin-dxr3-8b95921adb5c3cc9bb18c77a889bef62593d1121.tar.bz2
Fix symlink example.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 60637ee..011d8a1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.