Title: [108797] trunk/Source
Revision
108797
Author
[email protected]
Date
2012-02-24 07:40:29 -0800 (Fri, 24 Feb 2012)

Log Message

Fix GTK WebAudio build for WebKitGTK 1.7.90.

Patch by Priit Laes <[email protected]> on 2012-02-24
Rubber-stamped by Philippe Normand.

Source/_javascript_Core:

* GNUmakefile.list.am: Add Complex.h to the list of files so it
gets disted in the tarballs.

Source/WebCore:

* GNUmakefile.list.am: Add AudioBufferCallback.h and
DenormalDisabler.h to the list of files so they get disted in the
tarballs.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (108796 => 108797)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-24 15:34:48 UTC (rev 108796)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-24 15:40:29 UTC (rev 108797)
@@ -1,3 +1,13 @@
+2012-02-24  Philippe Normand  <[email protected]>
+
+        Fix GTK WebAudio build for WebKitGTK 1.7.90.
+
+        Patch by Priit Laes <[email protected]> on 2012-02-24
+        Rubber-stamped by Philippe Normand.
+
+        * GNUmakefile.list.am: Add Complex.h to the list of files so it
+        gets disted in the tarballs.
+
 2012-02-24  Zoltan Herczeg  <[email protected]>
 
         [Qt] Buildfix for "Zero out CopiedBlocks on initialization".

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (108796 => 108797)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-02-24 15:34:48 UTC (rev 108796)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-02-24 15:40:29 UTC (rev 108797)
@@ -584,6 +584,7 @@
 	Source/_javascript_Core/wtf/CheckedArithmetic.h \
 	Source/_javascript_Core/wtf/CheckedBoolean.h \
 	Source/_javascript_Core/wtf/Compiler.h \
+	Source/_javascript_Core/wtf/Complex.h \
 	Source/_javascript_Core/wtf/CryptographicallyRandomNumber.cpp \
 	Source/_javascript_Core/wtf/CryptographicallyRandomNumber.h \
 	Source/_javascript_Core/wtf/CurrentTime.cpp \

Modified: trunk/Source/WebCore/ChangeLog (108796 => 108797)


--- trunk/Source/WebCore/ChangeLog	2012-02-24 15:34:48 UTC (rev 108796)
+++ trunk/Source/WebCore/ChangeLog	2012-02-24 15:40:29 UTC (rev 108797)
@@ -1,3 +1,14 @@
+2012-02-24  Philippe Normand  <[email protected]>
+
+        Fix GTK WebAudio build for WebKitGTK 1.7.90.
+
+        Patch by Priit Laes <[email protected]> on 2012-02-24
+        Rubber-stamped by Philippe Normand.
+
+        * GNUmakefile.list.am: Add AudioBufferCallback.h and
+        DenormalDisabler.h to the list of files so they get disted in the
+        tarballs.
+
 2012-02-24  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: show all counters on one graph

Modified: trunk/Source/WebCore/GNUmakefile.list.am (108796 => 108797)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-02-24 15:34:48 UTC (rev 108796)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-02-24 15:40:29 UTC (rev 108797)
@@ -5333,6 +5333,7 @@
 	Source/WebCore/webaudio/AudioBasicProcessorNode.h \
 	Source/WebCore/webaudio/AudioBuffer.cpp \
 	Source/WebCore/webaudio/AudioBuffer.h \
+	Source/WebCore/webaudio/AudioBufferCallback.h \
 	Source/WebCore/webaudio/AudioBufferSourceNode.cpp \
 	Source/WebCore/webaudio/AudioBufferSourceNode.h \
 	Source/WebCore/webaudio/AudioChannelMerger.cpp \
@@ -5426,6 +5427,7 @@
 	Source/WebCore/platform/audio/Biquad.h \
 	Source/WebCore/platform/audio/Cone.cpp \
 	Source/WebCore/platform/audio/Cone.h \
+	Source/WebCore/platform/audio/DenormalDisabler.h \
 	Source/WebCore/platform/audio/Distance.cpp \
 	Source/WebCore/platform/audio/Distance.h \
 	Source/WebCore/platform/audio/DynamicsCompressor.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to