[legacy]: fix vpuapi library check error

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1187 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-08-10 09:58:32 +00:00
parent d86dad42c0
commit be35c2ac20

View File

@@ -279,7 +279,7 @@ RK_S32 vpu_open_context(VpuCodecContext **ctx)
#ifdef RKPLATFORM
/* if there is no original vpuapi library force to mpp path */
if (!check_orign_vpu())
if (check_orign_vpu())
force_mpp_mode = 1;
#else
/* simulation mode force mpp path */