Title: [164222] trunk
Revision
164222
Author
[email protected]
Date
2014-02-17 08:18:14 -0800 (Mon, 17 Feb 2014)

Log Message

[GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
https://bugs.webkit.org/show_bug.cgi?id=128799

Reviewed by Philippe Normand.

MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
if building with autotools. cmake system has enabled it as default. So I propose
enabling VIDEO_TRACK as well.

* Source/autotools/SetupWebKitFeatures.m4:

Modified Paths

Diff

Modified: trunk/ChangeLog (164221 => 164222)


--- trunk/ChangeLog	2014-02-17 15:29:46 UTC (rev 164221)
+++ trunk/ChangeLog	2014-02-17 16:18:14 UTC (rev 164222)
@@ -1,3 +1,16 @@
+2014-02-17  ChangSeok Oh  <[email protected]>
+
+        [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
+        https://bugs.webkit.org/show_bug.cgi?id=128799
+
+        Reviewed by Philippe Normand.
+
+        MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
+        if building with autotools. cmake system has enabled it as default. So I propose
+        enabling VIDEO_TRACK as well.
+
+        * Source/autotools/SetupWebKitFeatures.m4:
+
 2014-02-14  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r164090.

Modified: trunk/Source/autotools/SetupWebKitFeatures.m4 (164221 => 164222)


--- trunk/Source/autotools/SetupWebKitFeatures.m4	2014-02-17 15:29:46 UTC (rev 164221)
+++ trunk/Source/autotools/SetupWebKitFeatures.m4	2014-02-17 16:18:14 UTC (rev 164222)
@@ -163,7 +163,7 @@
     ENABLE_TOUCH_ICON_LOADING=0 \
     ENABLE_USER_TIMING=0 \
     ENABLE_VIBRATION=0 \
-    ENABLE_VIDEO_TRACK=0 \
+    ENABLE_VIDEO_TRACK=1 \
     ENABLE_VIEW_MODE_CSS_MEDIA=1 \
     ENABLE_WEB_SOCKETS=1 \
     ENABLE_WEB_TIMING=1 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to