diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-03 21:27:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-05-03 21:27:30 +0000 |
commit | 3e60b4314e769a22e7ef58cd095620a9f23f32ae (patch) | |
tree | 9a3a5d04e146ab0b2d3753b8d10ac76e095a0c62 /ChangeLog | |
parent | 1daa2c4132617848de05b492beaf05d428f27ccc (diff) | |
download | xine-lib-3e60b4314e769a22e7ef58cd095620a9f23f32ae.tar.gz xine-lib-3e60b4314e769a22e7ef58cd095620a9f23f32ae.tar.bz2 |
**BUGFIX**
Work around a compiler bug - use -fno-inline-functions with gcc < 3.4.0.
The bug is definitely present in 3.3.5 and not in 3.4.3.
CVS patchset: 7517
CVS date: 2005/05/03 21:27:30
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ xine-lib (1.0.2) * clip goom fps value to >= 1 [bug #1193783] * fixed xvmc plugin segfault when it tried software blending on nonexistant xv image. * cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback + * use -fno-inline-functions with gcc < 3.4.0 (bug known to be in 3.3.5) xine-lib (1.0.1) * Big XvMC quality / correctness / cpu-usage fix. [bug #1114517] |