Title: [175029] releases/WebKitGTK/webkit-2.4
Revision
175029
Author
[email protected]
Date
2014-10-22 02:39:10 -0700 (Wed, 22 Oct 2014)

Log Message

[GTK][Stable] webkitgtk-2.4.6: fails to build with --disable-video
https://bugs.webkit.org/show_bug.cgi?id=137445

Patch by Michael Weber <[email protected]> on 2014-10-22
Reviewed by Carlos Garcia Campos.

* Source/autotools/SetupWebKitFeatures.m4:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/ChangeLog (175028 => 175029)


--- releases/WebKitGTK/webkit-2.4/ChangeLog	2014-10-22 09:22:05 UTC (rev 175028)
+++ releases/WebKitGTK/webkit-2.4/ChangeLog	2014-10-22 09:39:10 UTC (rev 175029)
@@ -1,3 +1,12 @@
+2014-10-22  Michael Weber  <[email protected]>
+
+        [GTK][Stable] webkitgtk-2.4.6: fails to build with --disable-video
+        https://bugs.webkit.org/show_bug.cgi?id=137445
+
+        Reviewed by Carlos Garcia Campos.
+
+        * Source/autotools/SetupWebKitFeatures.m4:
+
 2014-07-11  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Enable VIDEO_TRACK by default

Modified: releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4 (175028 => 175029)


--- releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-10-22 09:22:05 UTC (rev 175028)
+++ releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-10-22 09:39:10 UTC (rev 175029)
@@ -24,9 +24,9 @@
 fi
 
 if test "$enable_video" = "yes"; then
-    CONFIGURABLE_FEATURE_DEFINES="$CONFIGURABLE_FEATURE_DEFINES ENABLE_VIDEO=1"
+    CONFIGURABLE_FEATURE_DEFINES="$CONFIGURABLE_FEATURE_DEFINES ENABLE_VIDEO=1 ENABLE_VIDEO_TRACK=1"
 else
-    CONFIGURABLE_FEATURE_DEFINES="$CONFIGURABLE_FEATURE_DEFINES ENABLE_VIDEO=0"
+    CONFIGURABLE_FEATURE_DEFINES="$CONFIGURABLE_FEATURE_DEFINES ENABLE_VIDEO=0 ENABLE_VIDEO_TRACK=0"
 fi
 
 if test "$enable_css_filters" = "yes"; then
@@ -171,7 +171,6 @@
     ENABLE_TOUCH_ICON_LOADING=0 \
     ENABLE_USER_TIMING=0 \
     ENABLE_VIBRATION=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