[SCM] Emulator of the Super Nintendo Entertainment System (TM) branch, fortify, updated. debian/1.510+bz2-4-11-g8183446
Fabian Greffrath
fabian+debian at greffrath.com
Mon Sep 10 09:30:29 UTC 2012
The following commit has been merged in the fortify branch:
commit f8e97274d57ffdc8f0839879c66529bb0edd0ec1
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date: Wed Jul 18 10:35:53 2012 +0200
0014-Initialize-driver_format.matrix-with-NULL.patch: Only keep the memset() part as discussed with upstream author Nach on the ZSNES board.
diff --git a/debian/patches/0014-Initialize-driver_format.matrix-with-NULL.patch b/debian/patches/0014-Initialize-driver_format.matrix-with-NULL.patch
index feeec00..54efbf8 100644
--- a/debian/patches/0014-Initialize-driver_format.matrix-with-NULL.patch
+++ b/debian/patches/0014-Initialize-driver_format.matrix-with-NULL.patch
@@ -7,11 +7,9 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679826
src/linux/audio.c | 2 ++
1 file changed, 2 insertions(+)
-diff --git a/src/linux/audio.c b/src/linux/audio.c
-index 985855c..06ea851 100644
--- a/src/linux/audio.c
+++ b/src/linux/audio.c
-@@ -166,10 +166,12 @@ static int SoundInit_ao()
+@@ -166,6 +166,7 @@ static int SoundInit_ao()
if (driver_id < 0) { driver_id = ao_default_driver_id(); }
ao_sample_format driver_format;
@@ -19,8 +17,3 @@ index 985855c..06ea851 100644
driver_format.bits = 16;
driver_format.channels = StereoSound+1;
driver_format.rate = freqtab[SoundQuality = ((SoundQuality > 6) ? 1 : SoundQuality)];
- driver_format.byte_format = AO_FMT_LITTLE;
-+ driver_format.matrix = NULL;
-
- if (audio_device)
- {
--
Emulator of the Super Nintendo Entertainment System (TM)
More information about the Pkg-games-commits
mailing list