Bug 220267

Summary: make mplayerthumbs build optional
Product: kdemultimedia Reporter: Greg Bouzakis <gregbouzakis>
Component: mplayerthumbsAssignee: Marco Gulino <marco.gulino>
Status: RESOLVED FIXED    
Severity: wishlist CC: rdieter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: CMakeLists.patch

Description Greg Bouzakis 2009-12-27 14:15:46 UTC
Version:           4.3.4 (using KDE 4.3.4)
OS:                Linux
Installed from:    Compiled From Sources

Changing line 22 in CMakeLists.txt from add_subdirectory(mplayerthumbs) to macro_optional_add_subdirectory(mplayerthumbs) will make the building of mplayerthumbs optional and one will be able to enable or disable it during compilation.
Thanks.
Comment 1 Greg Bouzakis 2009-12-27 14:21:05 UTC
Created attachment 39381 [details]
CMakeLists.patch

Sorry thats line 42 not 22. Attached a patch that does this.
Comment 2 Christoph Feck 2010-10-12 03:41:21 UTC
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  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1184978