diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-07-17 13:36:12 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-07-17 13:36:12 +0000 |
commit | 097f9ca8011a93566f93b8d3c4d63743abe11b90 (patch) | |
tree | 97cff790613e322b4a282670903ce492d2c1be3a | |
parent | 0fbbb43ba6a9094252ba1405a02c2c94fc1058fa (diff) | |
download | xine-lib-097f9ca8011a93566f93b8d3c4d63743abe11b90.tar.gz xine-lib-097f9ca8011a93566f93b8d3c4d63743abe11b90.tar.bz2 |
The libac3 vs gcc-2.95.2 optimization bug does not occur any more.
CVS patchset: 292
CVS date: 2001/07/17 13:36:12
-rw-r--r-- | doc/README.solaris | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/README.solaris b/doc/README.solaris index 36b4a0e2f..b177bc3f9 100644 --- a/doc/README.solaris +++ b/doc/README.solaris @@ -17,21 +17,6 @@ building xine on solaris Known Problems -------------- -* gcc 2.95.2 produces buggy code when compiling xine-lib/src/libac3/imdct.c - with -O3. Playback of mpeg files with AC3 sound crashes in - imdct_do_512. The stack backtrace for this problem looks like this: - - fdfa807c imdct_do_512 (10, 0, fdfc43c0, fdcfe923, fdcfe923, fdfc43c4) + 2fc - fdfa8df0 imdct (fdfbef90, fdfbdea4, fdfbefc0, 40000, fdfbd800, fdfbef90) + f0 - fdfa6454 ac3_decode_frame (fdfc07c0, 2, fdfbec00, fdfc0400, 4d58, d1728) + 1b4 - fdfac668 ac3dec_decode_data (188e18, 1044, 5d0800, 1048, 1024, 1044) + 148 - ff368bfc audio_decoder_loop (5f5d0, 13a8, 1000, 1, 12cc, 1394) + 4bc - feebbb98 _thread_start (5f5d0, 0, 0, 0, 0, 0) + 40 - - Workaround: Compile the complete package with gcc-3.0, or compile - imdct.c with gcc-2.95.2 and -O. - - * Can't use MIT shared memory for local video display The default value for the maximum allowed shared memory segment size |