parent
0d620d8771
commit
f2178d8d2b
@ -1 +1,2 @@
|
||||
/dekkers-libilbc-upstream-1.1.1-9-g88cd161.tar.gz
|
||||
/libilbc-88cd161.tar.gz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From d4026f841ee2bef5faa6301f445f670f12434a4a Mon Sep 17 00:00:00 2001
|
||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
||||
Date: Thu, 2 Aug 2012 14:29:17 +0400
|
||||
Subject: [PATCH 2/3] No dist-xz for EL5
|
||||
|
||||
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 1717034..30c38fc 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -4,7 +4,7 @@
|
||||
AC_INIT([libilbc], [1.1.1], [])
|
||||
AC_CONFIG_AUX_DIR(.)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
-AM_INIT_AUTOMAKE([tar-ustar dist-xz])
|
||||
+AM_INIT_AUTOMAKE([tar-ustar dist-bzip2 no-dist-gzip])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Cross compiling support
|
||||
--
|
||||
1.7.11.2
|
||||
|
@ -1,28 +0,0 @@
|
||||
From 6c707358b629691338e04403a9f53ab1b0aac7f8 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
||||
Date: Thu, 2 Aug 2012 14:38:18 +0400
|
||||
Subject: [PATCH 3/3] Suppress warning about unused parameter(s)
|
||||
|
||||
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||||
---
|
||||
signal_processing/filter_ar.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/signal_processing/filter_ar.c b/signal_processing/filter_ar.c
|
||||
index 24e83a6..9228736 100644
|
||||
--- a/signal_processing/filter_ar.c
|
||||
+++ b/signal_processing/filter_ar.c
|
||||
@@ -29,6 +29,10 @@ int WebRtcSpl_FilterAR(G_CONST WebRtc_Word16* a,
|
||||
WebRtc_Word16* filtered_low,
|
||||
int filtered_low_length)
|
||||
{
|
||||
+
|
||||
+ (void) state_low_length;
|
||||
+ (void) filtered_low_length;
|
||||
+
|
||||
WebRtc_Word32 o;
|
||||
WebRtc_Word32 oLOW;
|
||||
int i, j, stop;
|
||||
--
|
||||
1.7.11.2
|
||||
|
Loading…
Reference in new issue