[SCM] opencore-amr packaging branch, master, updated. debian/0.1-40-g85fa493

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon May 18 08:53:51 UTC 2009


The following commit has been merged in the master branch:
commit 00b752896d230418f0a84f85cceca0f46c91aa8f
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 04:18:39 2009 -0400

    Fix compiler warning.
    
    Remove extern keyword for a defined variable.

diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/corrwght_tab.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/corrwght_tab.cpp
index 9a73ea1..91c4ece 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/corrwght_tab.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/corrwght_tab.cpp
@@ -84,7 +84,7 @@ extern "C"
     ; LOCAL VARIABLE DEFINITIONS
     ; [Variable declaration - defined here and used outside this module]
     ----------------------------------------------------------------------------*/
-    extern const Word16 corrweight[251] =
+    const Word16 corrweight[251] =
     {
         20473,	20506,	20539,	20572,	20605,	20644,	20677,
         20716,	20749,	20788,	20821,	20860,	20893,	20932,

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list