Title: [174350] trunk/Source/WebCore
Revision
174350
Author
bfulg...@apple.com
Date
2014-10-06 11:01:20 -0700 (Mon, 06 Oct 2014)

Log Message

[Win] Build fix aftr r174347.

* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp: Use correct build
macro to prevent build break when ENCRYPTED_MEDIA_V2 is not enabled.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174349 => 174350)


--- trunk/Source/WebCore/ChangeLog	2014-10-06 17:55:54 UTC (rev 174349)
+++ trunk/Source/WebCore/ChangeLog	2014-10-06 18:01:20 UTC (rev 174350)
@@ -1,5 +1,12 @@
 2014-10-06  Brent Fulgham  <bfulg...@apple.com>
 
+        [Win] Build fix aftr r174347.
+
+        * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp: Use correct build
+        macro to prevent build break when ENCRYPTED_MEDIA_V2 is not enabled.
+
+2014-10-06  Brent Fulgham  <bfulg...@apple.com>
+
         [Win] Project file gardening.
 
         * WebCore.vcxproj/WebCore.vcxproj.filters: Move EditorWin.cpp and

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (174349 => 174350)


--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2014-10-06 17:55:54 UTC (rev 174349)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2014-10-06 18:01:20 UTC (rev 174350)
@@ -197,7 +197,7 @@
 
     InbandTextTrackPrivateAVF* m_currentTextTrack;
 
-#if ENABLE(ENCRYPTED_MEDIA_V2)
+#if HAVE(AVFOUNDATION_LOADER_DELEGATE)
     HashMap<String, Vector<RetainPtr<AVCFAssetResourceLoadingRequestRef>>> m_keyURIToRequestMap;
     AVCFAssetResourceLoaderCallbacks m_resourceLoaderCallbacks;
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to