mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[vp8e] Fix multiple definition warning
Fix this warning when building with newer GCC: multiple definition of `inter_level_tbl' Change-Id: Ic2c8564976665a9d42dcafeced9d9c2d47b0193c Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -58,7 +58,7 @@ extern RK_S32 const intra4_mode_tree_penalty_tbl[];
|
||||
|
||||
extern RK_S32 const intra16_mode_tree_penalty_tbl[];
|
||||
|
||||
const RK_S32 inter_level_tbl[128];
|
||||
extern const RK_S32 inter_level_tbl[128];
|
||||
|
||||
extern RK_S32 const offset_tbl[];
|
||||
|
||||
|
Reference in New Issue
Block a user