| Summary: | FindFFmpeg.cmake bug | ||
|---|---|---|---|
| Product: | [Unmaintained] kdemultimedia | Reporter: | Thomas Klausner <wiz> |
| Component: | ffmpegthumbs | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | 4.11.5 | ||
| Target Milestone: | --- | ||
| Platform: | NetBSD pkgsrc | ||
| OS: | All | ||
| Latest Commit: | http://commits.kde.org/ffmpegthumbs/afcc7af91967fb66145bef0c74f811b3c58da80c | Version Fixed/Implemented In: | 4.14.1 |
| Sentry Crash Report: | |||
| Attachments: | Patch addressing the issue. | ||
|
Description
Thomas Klausner
2014-08-14 19:25:46 UTC
Git commit afcc7af91967fb66145bef0c74f811b3c58da80c by Albert Astals Cid.
Committed on 15/08/2014 at 21:04.
Pushed by aacid into branch 'KDE/4.14'.
FindFFmpeg: Use the right name for the pkg-config component variables.
Commit 3194a35e ("Rewritten FindFFmpeg.cmake") introduced a regression
in the find_component macro: the pkg_check_module() call uses
PC_${component} as the variable name, while the calls to find_path() and
find_library() use PC_LIB${component} instead.
Fix the calls to find_path() and find_library().
Based on a patch by Thomas Klausner <tk@giga.or.at>, thanks a lot!
Copied from kdelibs commit f6d33b3a2d1077c91425819de145ba2e5ae3cd87
FIXED-IN: 4.14.1
M +5 -5 cmake/FindFFmpeg.cmake
http://commits.kde.org/ffmpegthumbs/afcc7af91967fb66145bef0c74f811b3c58da80c
|