[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 5d33a8841cddb1736d2e3d875f7e57bb8305337a
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 18 04:05:49 2009 -0400

    Fix compiler warning.
    
    Remove 'extern' keyword for a variable that is being defined.

diff --git a/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/qgain475_tab.cpp b/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/qgain475_tab.cpp
index 57814f9..1395f22 100644
--- a/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/qgain475_tab.cpp
+++ b/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/qgain475_tab.cpp
@@ -92,7 +92,7 @@ extern "C"
      *    g_fac(2)          (Q12) // frame 1 and 3
      *
      */
-    extern const Word16 table_gain_MR475[MR475_VQ_SIZE*4] =
+    const Word16 table_gain_MR475[MR475_VQ_SIZE*4] =
     {
         /*g_pit(0), g_fac(0),      g_pit(1), g_fac(1) */
         812,          128,           542,      140,

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list