Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67d536a9 authored by Martin Storsjo's avatar Martin Storsjo
Browse files

stagefright amrnb: Add missing const qualifier to table declarations in headers

This was committed on the master branch of the opencore
repository in commit 5ce7a6fdf125116ffce2e692e14eafef1c807628,
based on AOSP contribution 10301.

Change-Id: Ie32b32c7407f449e382c0b4fd2d60a664e0daa33
parent 6a300a54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 grid[];
    extern const Word16 grid[];

    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 inv_sqrt_tbl[];
    extern const Word16 inv_sqrt_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 log2_tbl[];
    extern const Word16 log2_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 pow2_tbl[];
    extern const Word16 pow2_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 sqrt_l_tbl[];
    extern const Word16 sqrt_l_tbl[];

    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S