From 0b34d4f8ee037faab1daf5f045854da122bdb7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Thu, 23 Jun 2011 20:18:38 +0200 Subject: Enable MP4/ASF by default --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb7c2892..2ea4d19a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ option(BUILD_TESTS "Build the test suite" OFF) option(BUILD_EXAMPLES "Build the examples" OFF) option(NO_ITUNES_HACKS "Disable workarounds for iTunes bugs" OFF) -option(WITH_ASF "Enable ASF tag reading/writing code" OFF) -option(WITH_MP4 "Enable MP4 tag reading/writing code" OFF) +option(WITH_ASF "Enable ASF tag reading/writing code" ON) +option(WITH_MP4 "Enable MP4 tag reading/writing code" ON) add_definitions(-DHAVE_CONFIG_H) set(TESTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tests/") -- cgit v1.2.3