SVN commit 1184978 by cfeck: Allow to disable build of mplayerthumbs Now that we have ffmpegthumbnailer, we should be able to disable mplayerthumbs. Patch by Grigorios Bouzakis. BUG: 220267 M +1 -1 CMakeLists.txt --- trunk/KDE/kdemultimedia/CMakeLists.txt #1184977:1184978 @@ -42,7 +42,7 @@ add_subdirectory(libkcddb) add_subdirectory(libkcompactdisc) -add_subdirectory(mplayerthumbs) +macro_optional_add_subdirectory(mplayerthumbs) if (FFMPEG_FOUND AND SWSCALE_FOUND) macro_optional_add_subdirectory(ffmpegthumbs)