Title: [188248] trunk/Source/WebKit
Revision
188248
Author
achristen...@apple.com
Date
2015-08-10 21:59:07 -0700 (Mon, 10 Aug 2015)

Log Message

Another build fix after r188239.

* PlatformWin.cmake:
Link WinCairo with Media Foundation libraries.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (188247 => 188248)


--- trunk/Source/WebKit/ChangeLog	2015-08-11 04:46:28 UTC (rev 188247)
+++ trunk/Source/WebKit/ChangeLog	2015-08-11 04:59:07 UTC (rev 188248)
@@ -1,5 +1,12 @@
 2015-08-10  Alex Christensen  <achristen...@webkit.org>
 
+        Another build fix after r188239.
+
+        * PlatformWin.cmake:
+        Link WinCairo with Media Foundation libraries.
+
+2015-08-10  Alex Christensen  <achristen...@webkit.org>
+
         Build TestWebKitAPI with CMake on Windows
         https://bugs.webkit.org/show_bug.cgi?id=147851
 

Modified: trunk/Source/WebKit/PlatformWin.cmake (188247 => 188248)


--- trunk/Source/WebKit/PlatformWin.cmake	2015-08-11 04:46:28 UTC (rev 188247)
+++ trunk/Source/WebKit/PlatformWin.cmake	2015-08-11 04:59:07 UTC (rev 188248)
@@ -12,7 +12,9 @@
     )
     list(APPEND WebKit_LIBRARIES
         PRIVATE libeay32.lib
+        PRIVATE mfuuid.lib
         PRIVATE ssleay32.lib
+        PRIVATE strmiids.lib
     )
 else ()
     list(APPEND WebKit_SOURCES_Classes
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to