[kdemultimedia] [Bug 338280] FindFFmpeg.cmake bug

Albert Astals Cid aacid at kde.org
Fri Aug 15 22:05:15 BST 2014


https://bugs.kde.org/show_bug.cgi?id=338280

Albert Astals Cid <aacid at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Version Fixed In|                            |4.14.1
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/ffmp
                   |                            |egthumbs/afcc7af91967fb6614
                   |                            |5bef0c74f811b3c58da80c

--- Comment #1 from Albert Astals Cid <aacid at kde.org> ---
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 at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the kde-multimedia mailing list