From: Hyunil Date: Wed, 2 Aug 2017 03:26:31 +0000 (+0900) Subject: fix typo of evas library X-Git-Tag: accepted/tizen/4.0/unified/20170816.012119~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F141906%2F1;p=platform%2Fcore%2Fapi%2Fplayer.git fix typo of evas library Change-Id: I6b4d7022bb33223e8c12ea3b7ce21aef59fc8af1 Signed-off-by: Hyunil --- diff --git a/src/player.c b/src/player.c index dc4a851..ac67f86 100644 --- a/src/player.c +++ b/src/player.c @@ -53,7 +53,7 @@ #define PLAYER_VIDEO_SUPPORT_CHECK() \ do { \ void *handle; \ - handle = dlopen("libmmfevasrenderer.so.01", RTLD_LAZY); \ + handle = dlopen("libmmfevasrenderer.so.0", RTLD_LAZY); \ if (!handle) \ return PLAYER_ERROR_INVALID_OPERATION; \ else \