mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-31 04:26:39 +08:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user