Changeset 76397 in webkit


Ignore:
Timestamp:
Jan 21, 2011 3:06:52 PM (13 years ago)
Author:
crogers@google.com
Message:

2011-01-21 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add FFTFrameStub to avoid link errors during bringup on platforms without an FFT implementation
https://bugs.webkit.org/show_bug.cgi?id=52922

No new tests since audio API is not yet implemented.

  • WebCore.gypi:
  • platform/audio/FFTFrameStub.cpp: Added. (WebCore::FFTFrame::FFTFrame): (WebCore::FFTFrame::~FFTFrame): (WebCore::FFTFrame::multiply): (WebCore::FFTFrame::doFFT): (WebCore::FFTFrame::doInverseFFT): (WebCore::FFTFrame::cleanup): (WebCore::FFTFrame::realData): (WebCore::FFTFrame::imagData):
Location:
trunk/Source/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r76395 r76397  
     12011-01-21  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Add FFTFrameStub to avoid link errors during bringup on platforms without an FFT implementation
     6        https://bugs.webkit.org/show_bug.cgi?id=52922
     7
     8        No new tests since audio API is not yet implemented.
     9
     10        * WebCore.gypi:
     11        * platform/audio/FFTFrameStub.cpp: Added.
     12        (WebCore::FFTFrame::FFTFrame):
     13        (WebCore::FFTFrame::~FFTFrame):
     14        (WebCore::FFTFrame::multiply):
     15        (WebCore::FFTFrame::doFFT):
     16        (WebCore::FFTFrame::doInverseFFT):
     17        (WebCore::FFTFrame::cleanup):
     18        (WebCore::FFTFrame::realData):
     19        (WebCore::FFTFrame::imagData):
     20
    1212011-01-21  Tony Chang  <tony@chromium.org>
    222
  • trunk/Source/WebCore/WebCore.gypi

    r76378 r76397  
    24062406            'platform/audio/FFTFrame.h',
    24072407            'platform/audio/FFTFrame.cpp',
     2408            'platform/audio/FFTFrameStub.cpp',
    24082409            'platform/audio/HRTFDatabase.h',
    24092410            'platform/audio/HRTFDatabase.cpp',
Note: See TracChangeset for help on using the changeset viewer.