mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27dc9d2650
--HG-- extra : rebase_source : 8939f59496da5548509ebd64a515947b071c204d
22 lines
884 B
Plaintext
22 lines
884 B
Plaintext
The source from this directory was copied from the liboggz-0.9.7
|
|
source distribution using the update.sh script. The only changes made
|
|
were those applied by update.sh, which applies a patch from
|
|
seek.patch, and the addition/upate of Makefile.in files for the
|
|
Mozilla build system.
|
|
|
|
The seek.patch address a bug in liboggz when a seek call returns an
|
|
error. It also addresses an issue where the guess for the seek
|
|
position can exceed the file size. These will be upstreamed to liboggz.
|
|
|
|
The warning.patch addresses a printf in liboggz that is not wrapped
|
|
in a DEBUG #ifdef. See Mozilla bug 450891 and Annodex ticket 431:
|
|
|
|
http://trac.annodex.net/ticket/431
|
|
|
|
The oggz_off_t.patch fixes a compile error on Solaris see bug 449754
|
|
for details
|
|
|
|
The wince.patch addresses the lack of posix file IO suppor on windows ce see bug 461844 for details.
|
|
|
|
endian.patch is applied to fix bug 452698.
|