diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-10 16:29:46 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-10 16:29:46 +0200 |
commit | b005b8fc4a15926ab6f82c7ac19e5b13d811df5f (patch) | |
tree | a17b774c9572530778736b05fa849b8b58f258cf /HISTORY | |
parent | c4281473c30253e17d87892c69f48d729debac8c (diff) | |
download | vdr-b005b8fc4a15926ab6f82c7ac19e5b13d811df5f.tar.gz vdr-b005b8fc4a15926ab6f82c7ac19e5b13d811df5f.tar.bz2 |
Removed compiler option '-m486'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1298,6 +1298,8 @@ Video Disk Recorder Revision History 2002-06-10: Version 1.0.4 - Added Romanian language texts (thanks to Paul Lacatus). +- Removed compiler option '-m486' to make it work on non-Intel platforms (thanks + to Alastair McKinstry for pointing this out). 2002-05-26: Version 1.1.3 @@ -1323,3 +1325,6 @@ Video Disk Recorder Revision History - Added Swedish language texts (thanks to Tomas Prybil). - Fixed parsing 'E' records in epg2html.pl (thanks to Matthias Fechner for pointing out this one). +- Removed compiler option '-m486' to make it work on non-Intel platforms. If you + have already started a plugin project, you may want to make sure you remove this + option from your existing Makefile. |