Title: [101392] trunk
Revision
101392
Author
ph...@webkit.org
Date
2011-11-29 09:34:50 -0800 (Tue, 29 Nov 2011)

Log Message

[GTK] hide WebAudio build option until support for FFTW is removed
https://bugs.webkit.org/show_bug.cgi?id=73295

Reviewed by Martin Robinson.

* configure.ac: Disable WebAudio until the FFTW dependency is removed.

Modified Paths

Diff

Modified: trunk/ChangeLog (101391 => 101392)


--- trunk/ChangeLog	2011-11-29 17:28:10 UTC (rev 101391)
+++ trunk/ChangeLog	2011-11-29 17:34:50 UTC (rev 101392)
@@ -1,3 +1,12 @@
+2011-11-29  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] hide WebAudio build option until support for FFTW is removed
+        https://bugs.webkit.org/show_bug.cgi?id=73295
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac: Disable WebAudio until the FFTW dependency is removed.
+
 2011-11-29  Hyowon Kim  <hw1008....@samsung.com>
 
         [Texmap][EFL] Accelerated compositing support using TextureMapper on EFL port

Modified: trunk/configure.ac (101391 => 101392)


--- trunk/configure.ac	2011-11-29 17:28:10 UTC (rev 101391)
+++ trunk/configure.ac	2011-11-29 17:34:50 UTC (rev 101392)
@@ -725,11 +725,7 @@
 AC_MSG_RESULT([$enable_web_sockets])
 
 # check whether to enable Web Audio support
-AC_MSG_CHECKING([whether to enable Web Audio support])
-AC_ARG_ENABLE(web_audio,
-              AC_HELP_STRING([--enable-web-audio],
-                             [enable support for Web Audio [default=no]]),
-              [],[enable_web_audio="no"])
+enable_web_audio=no
 AC_MSG_RESULT([$enable_web_audio])
 
 # check whether to enable Web Timing support
@@ -1143,9 +1139,6 @@
 # GStreamer feature conditional
 AM_CONDITIONAL([USE_GSTREAMER], [test "$have_gstreamer" = "yes"])
 
-# Web Audio feature conditional
-AM_CONDITIONAL([USE_WEBAUDIO_FFTW], [test "$have_fftw" = "yes"])
-
 # WebKit feature conditionals
 AM_CONDITIONAL([ENABLE_DEBUG],[test "$enable_debug_features" = "yes"])
 AM_CONDITIONAL([ENABLE_3D_RENDERING],[test "$enable_3d_rendering" = "yes"])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to