summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2015-10-13 19:27:31 +0900
committerMinje Ahn <minje.ahn@samsung.com>2015-10-13 19:28:18 +0900
commiteb15572142170d12f0031380032e73b6e904b187 (patch)
treeefd6d9a4924d0a64fe6cb78cb33f61aeb51ac7b3 /CMakeLists.txt
parente646e3b166173167a94b319b0a9889b22a55f2e7 (diff)
downloadlibmedia-thumbnail-eb15572142170d12f0031380032e73b6e904b187.tar.gz
libmedia-thumbnail-eb15572142170d12f0031380032e73b6e904b187.tar.bz2
libmedia-thumbnail-eb15572142170d12f0031380032e73b6e904b187.zip
Change-Id: I2bde08fa83c39bab47b503d732969c3a46586b2b Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cfe38d..0a63985 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(media-thumbnail C)
SET(VERSION_MAJOR 1)
SET(VERSION "${VERSION_MAJOR}.0.0")
-SET(ENABLE_DCM "false")
+SET(ENABLE_DCM "true")
SET(MEDIATHUMB-LIB "media-thumbnail")
SET(MEDIAHASH-LIB "media-hash")