mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 18:11:02 +08:00
feat[mpp_soc]: support rk3576 soc
Change-Id: I49bd3ccbc643b3c95db5ba3ca692f365c9425440 Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com> Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:

committed by
dinghaiqiang

parent
0993a71ce9
commit
3cbb906673
@@ -62,6 +62,9 @@ int main()
|
||||
if (vcodec_type & HAVE_JPEG_DEC)
|
||||
mpp_log("found rk jpeg decoder\n");
|
||||
|
||||
if (vcodec_type & HAVE_JPEG_ENC)
|
||||
mpp_log("found rk jpeg encoder\n");
|
||||
|
||||
if (vcodec_type & HAVE_RKVENC)
|
||||
mpp_log("found rkvenc encoder\n");
|
||||
|
||||
|
Reference in New Issue
Block a user