[webrtc-audio-processing] 04/15: Drop 0002-fix-compiler-warning.patch, applied upstream

Felipe Sateler fsateler at moszumanska.debian.org
Wed Apr 27 23:44:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository webrtc-audio-processing.

commit d582151d1784399c22f40badb53d6a86cf3d1d85
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Apr 27 20:02:02 2016 -0300

    Drop 0002-fix-compiler-warning.patch, applied upstream
---
 debian/patches/0002-fix-compiler-warning.patch | 19 -------------------
 debian/patches/series                          |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/0002-fix-compiler-warning.patch b/debian/patches/0002-fix-compiler-warning.patch
deleted file mode 100644
index d9f3448..0000000
--- a/debian/patches/0002-fix-compiler-warning.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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 33860d7..d50b358 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-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