[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:52 UTC 2009


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

    Fix compiler warning.
    
    Remove extern keyword for defined variables.

diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt_tbl.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt_tbl.cpp
index bde2c4e..3caa1f2 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt_tbl.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/inv_sqrt_tbl.cpp
@@ -82,7 +82,7 @@ extern "C"
     ; LOCAL VARIABLE DEFINITIONS
     ; [Variable declaration - defined here and used outside this module]
     ----------------------------------------------------------------------------*/
-    extern const Word16 inv_sqrt_tbl[49] =
+    const Word16 inv_sqrt_tbl[49] =
     {
 
         32767, 31790, 30894, 30070, 29309, 28602, 27945, 27330, 26755, 26214,

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list