diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-15 20:29:57 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-15 20:29:57 -0500 |
commit | a0bd69803e169ee609f86395514e25300dd759b9 (patch) | |
tree | 05087038b2a0822cce95c86547016ceae48f89ae /CMakeLists.txt | |
parent | 08e74d66da9affec59345a218e769e480578fff4 (diff) | |
parent | 5fc2ad73cc00132503b3cf958327be19ca3a695a (diff) | |
download | amarok-a0bd69803e169ee609f86395514e25300dd759b9.tar.gz amarok-a0bd69803e169ee609f86395514e25300dd759b9.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/amarok
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a095c86..6080c379 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ option( WITH_NJB "Enable njb support" OFF ) option( WITH_MTP "Enable mtp support" OFF ) option( WITH_RIOKARMA "Enable riokarma support" OFF ) option( WITH_DAAP "Enable daap support" OFF ) +option( WITH_MP4V2 "Enable mp4v2 support" OFF ) option( WITH_INOTIFY "Enable inotify support" OFF ) |