Title: [121938] trunk/Source/WebCore
Revision
121938
Author
commit-qu...@webkit.org
Date
2012-07-05 20:47:27 -0700 (Thu, 05 Jul 2012)

Log Message

[EFL] Unreviewed, Fix build break when WEB_AUDIO is enabled.
https://bugs.webkit.org/show_bug.cgi?id=90653

Unreviewed build fix.

A new file, AudioFIFO.cpp, is added for the Web Audio fearure.
This file should be included into the CMakeLists.txt file.

Patch by Dongwoo Im <dw...@samsung.com> on 2012-07-05

* CMakeLists.txt: Add the newly created file into the CMakeLists.txt

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (121937 => 121938)


--- trunk/Source/WebCore/CMakeLists.txt	2012-07-06 03:33:47 UTC (rev 121937)
+++ trunk/Source/WebCore/CMakeLists.txt	2012-07-06 03:47:27 UTC (rev 121938)
@@ -2589,6 +2589,7 @@
         platform/audio/AudioBus.cpp
         platform/audio/AudioChannel.cpp
         platform/audio/AudioDSPKernelProcessor.cpp
+        platform/audio/AudioFIFO.cpp
         platform/audio/AudioPullFIFO.cpp
         platform/audio/AudioResampler.cpp
         platform/audio/AudioResamplerKernel.cpp

Modified: trunk/Source/WebCore/ChangeLog (121937 => 121938)


--- trunk/Source/WebCore/ChangeLog	2012-07-06 03:33:47 UTC (rev 121937)
+++ trunk/Source/WebCore/ChangeLog	2012-07-06 03:47:27 UTC (rev 121938)
@@ -1,3 +1,15 @@
+2012-07-05  Dongwoo Im  <dw...@samsung.com>
+
+        [EFL] Unreviewed, Fix build break when WEB_AUDIO is enabled.
+        https://bugs.webkit.org/show_bug.cgi?id=90653
+
+        Unreviewed build fix.
+
+        A new file, AudioFIFO.cpp, is added for the Web Audio fearure.
+        This file should be included into the CMakeLists.txt file.
+
+        * CMakeLists.txt: Add the newly created file into the CMakeLists.txt
+
 2012-07-05  Mike West  <mk...@chromium.org>
 
         Multiple Content Security Policy headers are correctly processed as separate headers.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to