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

Changeset 212849 in webkit


Ignore:
Timestamp:
Feb 22, 2017, 1:33:10 PM (10 years ago)
Author:
achristensen@apple.com
Message:

Re-commit part of r212812 accidentally rolled out with r212841.
https://bugs.webkit.org/show_bug.cgi?id=167293

  • wtf/Platform.h:

Use libwebrtc on Mac if webrtc is enabled.

Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r212841 r212849  
     12017-02-22  Alex Christensen  <achristensen@webkit.org>
     2
     3        Re-commit part of r212812 accidentally rolled out with r212841.
     4        https://bugs.webkit.org/show_bug.cgi?id=167293
     5
     6        * wtf/Platform.h:
     7        Use libwebrtc on Mac if webrtc is enabled.
     8
    192017-02-22  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Source/WTF/wtf/Platform.h

    r212841 r212849  
    12091209#endif /* PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101201 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 */
    12101210
     1211#if PLATFORM(MAC) && ENABLE(WEB_RTC)
     1212#define USE_LIBWEBRTC 1
     1213#endif
     1214
    12111215#endif /* WTF_Platform_h */
Note: See TracChangeset for help on using the changeset viewer.