diff options
author | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-09-28 17:55:09 +0200 |
---|---|---|
committer | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-09-28 17:55:09 +0200 |
commit | 15b6ed2951acc37eb76037ebb786ab827a2c8031 (patch) | |
tree | 29bfdb9a6de551832a79a79d51315634521b157d /ChangeLog | |
parent | 3afabe6fdbcdac1d26e2621845fadb29e106d87a (diff) | |
download | xine-lib-15b6ed2951acc37eb76037ebb786ab827a2c8031.tar.gz xine-lib-15b6ed2951acc37eb76037ebb786ab827a2c8031.tar.bz2 |
Fix xine_usec_sleep for mingw+msys
Bug was found and fixed by Carlo Bramini.
select() does not work on mingw+msys causing xine_usec_sleep to sleep much
longer than requested which completely broke audio playback
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ xine-lib (1.1.16) 2008-??-?? * Fix CDDB access in 64-bit builds. * Fix seeking FLV clips that don't specify the movie length in the headers. * Support H.264 and AAC streams within FLV. + * Fix timing issues (broken audio) on mingw. xine-lib (1.1.15) 2008-08-14 * Security fixes: |