[webrtc-audio-processing] 03/03: debian/patches/0002-fix-compiler-warning.patch
Sjoerd Simons
sjoerd at moszumanska.debian.org
Sat Jul 5 20:06:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
sjoerd pushed a commit to branch master
in repository webrtc-audio-processing.
commit e675a5fe2f32cd699677b64be748b77cabc38d51
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sat Jul 5 22:01:04 2014 +0200
debian/patches/0002-fix-compiler-warning.patch
* debian/patches/0002-fix-compiler-warning.patch
+ Added. Fix compiler warning (from upstream svn)
---
debian/changelog | 6 ++++--
debian/patches/0002-fix-compiler-warning.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b415ed1..cc3f648 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-webrtc-audio-processing (0.1-3) UNRELEASED; urgency=medium
+webrtc-audio-processing (0.1-3) unstable; urgency=medium
* Use --with autoreconf (Closes: #736967)
+ * debian/patches/0002-fix-compiler-warning.patch
+ + Added. Fix compiler warning (from upstream svn)
- -- Sjoerd Simons <sjoerd at debian.org> Sat, 05 Jul 2014 21:58:00 +0200
+ -- Sjoerd Simons <sjoerd at debian.org> Sat, 05 Jul 2014 22:00:02 +0200
webrtc-audio-processing (0.1-2) unstable; urgency=low
diff --git a/debian/patches/0002-fix-compiler-warning.patch b/debian/patches/0002-fix-compiler-warning.patch
new file mode 100644
index 0000000..d9f3448
--- /dev/null
+++ b/debian/patches/0002-fix-compiler-warning.patch
@@ -0,0 +1,19 @@
+Subject: Fixes a compiler warning
+Origin: https://code.google.com/p/webrtc/source/diff?spec=svn2321&r=2321&format=side&path=/trunk/src/modules/audio_processing/agc/analog_agc.c
+Forwarded: not-needed
+Index: webrtc-audio-processing-0.1/src/modules/audio_processing/agc/analog_agc.c
+===================================================================
+--- webrtc-audio-processing-0.1.orig/src/modules/audio_processing/agc/analog_agc.c 2012-05-13 19:06:26.000000000 +0200
++++ webrtc-audio-processing-0.1/src/modules/audio_processing/agc/analog_agc.c 2014-07-04 13:35:48.146081237 +0200
+@@ -1646,9 +1646,10 @@
+ {
+ stt->Rxx16w32_array[0][i] = 0;
+ }
+- for (i = 0; i < 20; i++)
++ for (i = 0; i < 10; i++)
+ {
+ stt->env[0][i] = 0;
++ stt->env[1][i] = 0;
+ }
+ stt->inQueue = 0;
+
diff --git a/debian/patches/series b/debian/patches/series
index d50b358..33860d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0002-fix-compiler-warning.patch
0001-Don-t-error-or-set-options-for-unknown-architectures.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/webrtc-audio-processing.git
More information about the pkg-pulseaudio-devel
mailing list