Bug 65552

Summary: Move WTF_USE_AVFOUNDATION from JavaScriptCore/wtf/platform.h to WebCore/config.h
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: MediaAssignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Bug Depends on:    
Bug Blocks: 65400    
Attachments:
Description Flags
Patch aroben: review+

Description Jeff Miller 2011-08-02 11:08:55 PDT
Move WTF_USE_AVFOUNDATION from JavaScriptCore/wtf/platform.h to WebCore/config.h
Comment 1 Jeff Miller 2011-08-02 11:18:55 PDT
Created attachment 102668 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-08-02 11:20:26 PDT
Comment on attachment 102668 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=102668&action=review

> Source/JavaScriptCore/ChangeLog:8
> +        Move WTF_USE_AVFOUNDATION from JavaScriptCore/wtf/platform.h to WebCore/config.h
> +        https://bugs.webkit.org/show_bug.cgi?id=65552
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        * wtf/Platform.h: Removed WTF_USE_AVFOUNDATION.

I think it's worth mentioning what the benefit is.
Comment 3 Jeff Miller 2011-08-02 11:23:26 PDT
Comment on attachment 102668 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=102668&action=review

>> Source/JavaScriptCore/ChangeLog:8
>> +        * wtf/Platform.h: Removed WTF_USE_AVFOUNDATION.
> 
> I think it's worth mentioning what the benefit is.

I will do so before landing, thanks!
Comment 4 Jeff Miller 2011-08-02 11:30:14 PDT
Committed r92210: <http://trac.webkit.org/changeset/92210>
Comment 5 Jeff Miller 2011-08-02 11:32:23 PDT
<rdar://problem/9882973>