darkise / mpp_rtsp_player

开发板为RK3399-firefly,使用mpp进行做硬解码,显示使用X11+OpenGL ES 2.0
61 stars 25 forks source link

'SZ_4K' undeclared (not in a function) in mppdecoder.c while make #7

Open tothedistance opened 3 years ago

tothedistance commented 3 years ago

During make, the mppdecoder.c has an error: 'SZ_4K' undeclared (not in a function). I tried many things to include library etc(newbie), but didn't work. After adding "#include rockchip/mpp_common.h" to mppdecoder.c, the make succeeded. so i am wondering if i am doing something wrong or this is a bug.