fix typo of evas library 06/141906/1
authorHyunil <hyunil46.park@samsung.com>
Wed, 2 Aug 2017 03:26:31 +0000 (12:26 +0900)
committerHyunil <hyunil46.park@samsung.com>
Wed, 2 Aug 2017 03:26:31 +0000 (12:26 +0900)
Change-Id: I6b4d7022bb33223e8c12ea3b7ce21aef59fc8af1
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/player.c

index dc4a851..ac67f86 100644 (file)
@@ -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    \