⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287831 in webkit


Ignore:
Timestamp:
Jan 10, 2022, 12:45:56 AM (5 years ago)
Author:
youenn@apple.com
Message:

Compile out ENABLE_MEDIA_CAPTURE on WATCHOS and APPLETV
https://bugs.webkit.org/show_bug.cgi?id=234946
<rdar://87126228>

Reviewed by Sam Weinig.

  • wtf/PlatformEnableCocoa.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r287829 r287831  
     12022-01-10  Youenn Fablet  <youenn@apple.com>
     2
     3        Compile out ENABLE_MEDIA_CAPTURE on WATCHOS and APPLETV
     4        https://bugs.webkit.org/show_bug.cgi?id=234946
     5        <rdar://87126228>
     6
     7        Reviewed by Sam Weinig.
     8
     9        * wtf/PlatformEnableCocoa.h:
     10
    1112022-01-09  Sam Weinig  <weinig@apple.com>
    212
  • trunk/Source/WTF/wtf/PlatformEnableCocoa.h

    r286450 r287831  
    362362#endif
    363363
    364 #if !defined(ENABLE_MEDIA_CAPTURE) && !PLATFORM(MAC)
     364#if !defined(ENABLE_MEDIA_CAPTURE) && !PLATFORM(MAC) && !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
    365365#define ENABLE_MEDIA_CAPTURE 1
    366366#endif
Note: See TracChangeset for help on using the changeset viewer.