summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-02-27 10:06:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-02-27 10:06:06 +0100
commit9f4a264454f28fbace3d589c2ad8e02d60807213 (patch)
tree4d5f9ed473a06ad0e3012c277e5f2064ad7c4c0e /HISTORY
parent63fb010fc5559dc0cb0552b044d4326be7c05f19 (diff)
downloadvdr-9f4a264454f28fbace3d589c2ad8e02d60807213.tar.gz
vdr-9f4a264454f28fbace3d589c2ad8e02d60807213.tar.bz2
Changed the compiler optimization flag to -O3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e2fda788..dff32449 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6481,7 +6481,7 @@ Video Disk Recorder Revision History
from Osama Alrawab). See INSTALL for information on how to turn this on.
- Added Arabian language texts (thanks to Osama Alrawab).
-2011-02-25: Version 1.7.17
+2011-02-27: Version 1.7.17
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to
@@ -6543,3 +6543,5 @@ Video Disk Recorder Revision History
with exactly the same name.
- Setting the audio type of language descriptors to 0x00 in the PAT/PMT generator
(thanks to Anssi Hannula).
+- Changed the compiler optimization flag to -O3, which gives quite a performance
+ boost in the AlphaBlend() function.