* Source/autotools/SetupAutomake.m4: Instead of using the (now gone) have_gstreamer
variable, activate GStreamer if either web audio or web video is enabled.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@142777
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-13 Martin Robinson <mrobinson@igalia.com>
+
+ Try to fix the build after r142756
+
+ * Source/autotools/SetupAutomake.m4: Instead of using the (now gone) have_gstreamer
+ variable, activate GStreamer if either web audio or web video is enabled.
+
2013-02-13 Xianzhu Wang <wangxianzhu@chromium.org>
Heap-use-after-free in WebCore::ScrollingCoordinator::hasVisibleSlowRepaintViewportConstrainedObjects.
AM_CONDITIONAL([TARGET_DIRECTFB], [test "$with_target" = "directfb"])
# GStreamer feature conditionals.
-AM_CONDITIONAL([USE_GSTREAMER], [test "$have_gstreamer" = "yes"])
+AM_CONDITIONAL([USE_GSTREAMER], [test "$enable_video" = "yes" || test "$enable_web_audio" = "yes"])
AM_CONDITIONAL([USE_WEBAUDIO_GSTREAMER], [test "$enable_web_audio" = "yes"])
# ATSPI2 conditional.