RESOLVED FIXED 52969
Fix FFTFrameStub to compile properly
https://bugs.webkit.org/show_bug.cgi?id=52969
Summary Fix FFTFrameStub to compile properly
Chris Rogers
Reported 2011-01-22 14:50:39 PST
Fix FFTFrameStub to compile properly
Attachments
Patch (1.18 KB, patch)
2011-01-22 14:57 PST, Chris Rogers
andersca: review+
Chris Rogers
Comment 1 2011-01-22 14:57:49 PST
Eric Seidel (no email)
Comment 2 2011-01-22 15:01:21 PST
Comment on attachment 79859 [details] Patch What was the build error? I don't understand why commenting things out like this is the right fix.
Chris Rogers
Comment 3 2011-01-22 15:05:27 PST
the build error is that it will not compile on Linux because the log2() function is not known. Since this is simply a stub implementation there's no need to initialize these variables to other than zero.
Daniel Bates
Comment 4 2011-01-22 16:31:07 PST
Comment on attachment 79859 [details] Patch Will land by hand as requested by Chris Rogers.
Daniel Bates
Comment 5 2011-01-22 16:34:35 PST
Note You need to log in before you can comment on or make changes to this bug.