[m2vd]: fix compile warning for fabs() missing include header

Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
Change-Id: I911a2180a0dd49090be37266ad410fd86d73c813
This commit is contained in:
Rimon Xu
2022-12-05 16:37:48 +08:00
committed by Herman Chen
parent 379c90a054
commit a308a678eb

View File

@@ -17,6 +17,7 @@
#define MODULE_TAG "m2vd_parser"
#include <string.h>
#include <math.h>
#include "mpp_env.h"
#include "mpp_debug.h"