From b3f0f08ec40d066af10da8e959752b628327ef2f Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Tue, 20 Oct 2015 13:59:18 +0000 Subject: [PATCH] [cmake]: compile mpp_legacy to share library git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@394 6e48237b-75ef-9749-8fc9-41990f28c85a --- mpp/legacy/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpp/legacy/CMakeLists.txt b/mpp/legacy/CMakeLists.txt index 113f1529..a0012204 100644 --- a/mpp/legacy/CMakeLists.txt +++ b/mpp/legacy/CMakeLists.txt @@ -4,7 +4,7 @@ include_directories(.) # ---------------------------------------------------------------------------- # add mpp implement # ---------------------------------------------------------------------------- -add_library(mpp_legacy SHARED STATIC +add_library(mpp_legacy SHARED vpu_api.cpp vpu_api_legacy.cpp )