Changeset 212906 in webkit


Ignore:
Timestamp:
Feb 23, 2017 11:22:34 AM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix iOS WebRTC build after r212812
https://bugs.webkit.org/show_bug.cgi?id=168790

Reviewed by Tim Horton.

  • Configurations/WebCore.xcconfig:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r212889 r212906  
     12017-02-23  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix iOS WebRTC build after r212812
     4        https://bugs.webkit.org/show_bug.cgi?id=168790
     5
     6        Reviewed by Tim Horton.
     7
     8        * Configurations/WebCore.xcconfig:
     9
    1102017-02-23  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WebCore/Configurations/WebCore.xcconfig

    r212812 r212906  
    6969LIBWEBRTC_LDFLAGS = $(LIBWEBRTC_LDFLAGS_$(ENABLE_WEB_RTC));
    7070LIBWEBRTC_LDFLAGS_ = ;
    71 LIBWEBRTC_LDFLAGS_ENABLE_WEB_RTC = -framework VideoToolbox -framework CoreMedia -weak-lwebrtc;
     71LIBWEBRTC_LDFLAGS_ENABLE_WEB_RTC = -framework VideoToolbox -framework CoreMedia -framework CoreVideo -weak-lwebrtc;
    7272
    7373OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_PLATFORM)
Note: See TracChangeset for help on using the changeset viewer.