summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2005-01-10 15:58:13 +0000
committeraustriancoder <austriancoder>2005-01-10 15:58:13 +0000
commitc765bc2f70c89a169c17dff980b92a6dd1b1e851 (patch)
tree757dc40e8e92741d8fe851d1d4ee175bf7a0e0f6 /HISTORY
parent0513b6d4fac0f2be74b95fa06e52ee19f7f399c7 (diff)
downloadvdr-plugin-dxr3-c765bc2f70c89a169c17dff980b92a6dd1b1e851.tar.gz
vdr-plugin-dxr3-c765bc2f70c89a169c17dff980b92a6dd1b1e851.tar.bz2
fix for gcc 3.4.x compilers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9e2e0c8..ef4e00b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -230,7 +230,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- fixed dxr3osd_subpicutre.c - thanks to Paavo Hartikainen <pahartik@sci.fi>
-2004-??-??: Version 0.2.3-pre3
+2005-??-??: Version 0.2.3-pre3
- fixed output of anamorphic video, if tv aspect is configured to 16:9 in DVB setup menu
thanks Seppo Ingalsuo <seppo.ingalsuo@iki.fi>
@@ -272,3 +272,5 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- added a small patch, containing mainly Finnish translation updates but also a few other small ones
thanks Ville Skyta <ville.skytta@iki.fi>
- some little fixes in the dx3interface: if we cant open control fifo plugins retuns now correct error message
+- removed -lz from makefile
+- compiles now with 3.4.x gcc's