Title: [101394] trunk/Source/WebCore
Revision
101394
Author
ph...@webkit.org
Date
2011-11-29 09:53:17 -0800 (Tue, 29 Nov 2011)

Log Message

Unreviewed, GTK build fix after r101392.

* GNUmakefile.am: USE_WEBAUDIO_FFTW was removed, don't use it anymore.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101393 => 101394)


--- trunk/Source/WebCore/ChangeLog	2011-11-29 17:36:35 UTC (rev 101393)
+++ trunk/Source/WebCore/ChangeLog	2011-11-29 17:53:17 UTC (rev 101394)
@@ -1,3 +1,9 @@
+2011-11-29  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK build fix after r101392.
+
+        * GNUmakefile.am: USE_WEBAUDIO_FFTW was removed, don't use it anymore.
+
 2011-11-28  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: TextPrompt should show suggest above or under so that it has maximal height.

Modified: trunk/Source/WebCore/GNUmakefile.am (101393 => 101394)


--- trunk/Source/WebCore/GNUmakefile.am	2011-11-29 17:36:35 UTC (rev 101393)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-11-29 17:53:17 UTC (rev 101394)
@@ -509,16 +509,8 @@
 if ENABLE_WEB_AUDIO
 FEATURE_DEFINES += ENABLE_WEB_AUDIO=1
 webcore_cppflags += -DENABLE_WEB_AUDIO=1
-
-if USE_WEBAUDIO_FFTW
-FEATURE_DEFINES += WTF_USE_WEBAUDIO_FFTW=1
-webcore_cppflags += -DWTF_USE_WEBAUDIO_FFTW=1
-webcore_sources += \
-	Source/WebCore/platform/audio/fftw/FFTFrameFFTW.cpp
 endif
 
-endif
-
 # ----
 # Web Sockets Support
 # ----
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to