gecko/media/libsydneyaudio/README_MOZILLA
Matthew Gregan 89ceb5ea4b Bug 495558 - Initialize sydneyaudio/ALSA with host endian format (fixes sound on big endian machines). r=chris.double
--HG--
extra : rebase_source : d2635e23f0e65a7e9db397d54f998610fa2348f6
2009-09-07 14:44:39 +12:00

26 lines
994 B
Plaintext

The source from this directory was copied from the libsydneyaudio svn
source using the update.sh script. The only changes made were those
applied by update.sh and the addition/upate of Makefile.in files for
the Mozilla build system.
http://svn.annodex.net/libsydneyaudio/trunk
The svn revision number used was r3895.
pause-resume.patch is applied to implement and fix issues
with pausing and resuming audio streams.
include-CoreServices.patch is applied to include CoreServices headers
on Mac OS X. Fixes a build failure on Mac OS X 10.6. b=492072
sydney_os2_base.patch: Bug 448918 - add OS/2 support (this patch should
be removed when OS/2 support is added upstream)
sydney_os2_moz.patch: Bug 448918 - add Mozilla-specific code to
sydney_audio_os2.c
bug495794_closeAudio.patch fixes a crash when destroying the sa_stream_t after
a failed attempt to open the stream.
bug495558_alsa_endian.patch adds support for big endian ALSA platforms.