diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-20 22:50:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-20 22:50:53 +0000 |
commit | ca49be937dac3364afa81bbff2b9e16f90a2b61c (patch) | |
tree | 2c22b716c3cf6a6ae8e529dbcafa13123d92baeb /media-libs/openal/files | |
parent | Remove invalid WANT_AUTOCONF values. They were commented so no actual problem... (diff) | |
download | gentoo-2-ca49be937dac3364afa81bbff2b9e16f90a2b61c.tar.gz gentoo-2-ca49be937dac3364afa81bbff2b9e16f90a2b61c.tar.bz2 gentoo-2-ca49be937dac3364afa81bbff2b9e16f90a2b61c.zip |
Added a patch to switch to 48000 from 44100 sampling frequency and renaming the GCC patch to actually be gcc instead of ggc. Closing bug #193147.
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-libs/openal/files')
-rw-r--r-- | media-libs/openal/files/0.0.8/004_all_gcc42.patch (renamed from media-libs/openal/files/0.0.8/004_all_ggc42.patch) | 0 | ||||
-rw-r--r-- | media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/openal/files/0.0.8/004_all_ggc42.patch b/media-libs/openal/files/0.0.8/004_all_gcc42.patch index b921e8ca4a23..b921e8ca4a23 100644 --- a/media-libs/openal/files/0.0.8/004_all_ggc42.patch +++ b/media-libs/openal/files/0.0.8/004_all_gcc42.patch diff --git a/media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch b/media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch new file mode 100644 index 000000000000..1b42a59d9e06 --- /dev/null +++ b/media-libs/openal/files/0.0.8/005_all_alsa_default_freq.patch @@ -0,0 +1,12 @@ +diff -urN openal-0.0.8.orig/src/alc/alc_context.h openal-0.0.8/src/alc/alc_context.h +--- openal-0.0.8.orig/src/alc/alc_context.h 2005-11-18 05:31:47.000000000 -0800 ++++ openal-0.0.8/src/alc/alc_context.h 2007-09-20 13:16:22.000000000 -0700 +@@ -18,7 +18,7 @@ + /* + * _ALC_DEF_FREQ is the default internal mixing frequency. + */ +-#define _ALC_DEF_FREQ 44100 ++#define _ALC_DEF_FREQ 48000 + + /* + * _ALC_DEF_BUFSIZ is the default length of chunks mixed and written to the |