Title: [202850] trunk
Revision
202850
Author
[email protected]
Date
2016-07-05 23:51:41 -0700 (Tue, 05 Jul 2016)

Log Message

ENABLE_MEDIA_SOURCE should depend on ENABLE_VIDEO
https://bugs.webkit.org/show_bug.cgi?id=159424

Patch by Olivier Blin <[email protected]> on 2016-07-05
Reviewed by Philippe Normand.

MEDIA_SOURCE requires VIDEO enabled, since MediaSource needs HTMLMediaElement.

* Source/cmake/WebKitFeatures.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (202849 => 202850)


--- trunk/ChangeLog	2016-07-06 06:13:08 UTC (rev 202849)
+++ trunk/ChangeLog	2016-07-06 06:51:41 UTC (rev 202850)
@@ -1,3 +1,14 @@
+2016-07-05  Olivier Blin  <[email protected]>
+
+        ENABLE_MEDIA_SOURCE should depend on ENABLE_VIDEO
+        https://bugs.webkit.org/show_bug.cgi?id=159424
+
+        Reviewed by Philippe Normand.
+
+        MEDIA_SOURCE requires VIDEO enabled, since MediaSource needs HTMLMediaElement.
+
+        * Source/cmake/WebKitFeatures.cmake:
+
 2016-07-05  Per Arne Vollan  <[email protected]>
 
         [Win] Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing

Modified: trunk/Source/cmake/WebKitFeatures.cmake (202849 => 202850)


--- trunk/Source/cmake/WebKitFeatures.cmake	2016-07-06 06:13:08 UTC (rev 202849)
+++ trunk/Source/cmake/WebKitFeatures.cmake	2016-07-06 06:51:41 UTC (rev 202850)
@@ -216,6 +216,7 @@
     WEBKIT_OPTION_DEPEND(ENABLE_SAMPLING_PROFILER ENABLE_JIT)
     WEBKIT_OPTION_DEPEND(ENABLE_LEGACY_WEB_AUDIO ENABLE_WEB_AUDIO)
     WEBKIT_OPTION_DEPEND(ENABLE_MEDIA_CONTROLS_SCRIPT ENABLE_VIDEO)
+    WEBKIT_OPTION_DEPEND(ENABLE_MEDIA_SOURCE ENABLE_VIDEO)
     WEBKIT_OPTION_DEPEND(ENABLE_VIDEO_TRACK ENABLE_VIDEO)
     WEBKIT_OPTION_DEPEND(ENABLE_TOUCH_SLIDER ENABLE_TOUCH_EVENTS)
 endmacro()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to