Bug 220267 - make mplayerthumbs build optional
Summary: make mplayerthumbs build optional
Status: RESOLVED FIXED
Alias: None
Product: kdemultimedia
Classification: Miscellaneous
Component: mplayerthumbs (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Marco Gulino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 14:15 UTC by Greg Bouzakis
Modified: 2010-10-12 03:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
CMakeLists.patch (376 bytes, patch)
2009-12-27 14:21 UTC, Greg Bouzakis
Details

Note You need to log in before you can comment on or make changes to this bug.
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