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

Changeset 263868 in webkit


Ignore:
Timestamp:
Jul 2, 2020, 3:42:46 PM (6 years ago)
Author:
Alan Coon
Message:

Revert r263828. rdar://problem/64901603

Location:
branches/safari-610.1.20-branch/Source/ThirdParty/libwebrtc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610.1.20-branch/Source/ThirdParty/libwebrtc/ChangeLog

    r263866 r263868  
    1 2020-07-02  Alan Coon  <alancoon@apple.com>
    2 
    3         Cherry-pick r263828. rdar://problem/64901603
    4 
    5     Fix the arm64 iOS simulator build
    6     https://bugs.webkit.org/show_bug.cgi?id=213868
    7     <rdar://problem/64901603>
    8    
    9     * Configurations/libvpx.xcconfig:
    10     * Configurations/libwebrtc.xcconfig:
    11    
    12     git-svn-id: https://svn.webkit.org/repository/webkit/trunk@263828 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    13 
    14     2020-07-01  Tim Horton  <timothy_horton@apple.com>
    15 
    16             Fix the arm64 iOS simulator build
    17             https://bugs.webkit.org/show_bug.cgi?id=213868
    18             <rdar://problem/64901603>
    19 
    20             * Configurations/libvpx.xcconfig:
    21             * Configurations/libwebrtc.xcconfig:
    22 
    2312020-06-24  Youenn Fablet  <youenn@apple.com>
    242
  • branches/safari-610.1.20-branch/Source/ThirdParty/libwebrtc/Configurations/libvpx.xcconfig

    r263866 r263868  
    2020X86_FILES = *_sse2.c *_ssse3.c *_sse4.c *_avx2.c *_avx.c *.asm
    2121
    22 EXCLUDED_SOURCE_FILE_NAMES[arch=x86_64] = $(ARM_FILES)
    23 EXCLUDED_SOURCE_FILE_NAMES[arch=arm64*] = $(X86_FILES) *_mmx.c
    24 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=x86_64] = $(ARM_FILES) $(X86_FILES)
     22EXCLUDED_SOURCE_FILE_NAMES[sdk=macos*][arch=x86_64] = $(ARM_FILES) sad.c
     23EXCLUDED_SOURCE_FILE_NAMES[sdk=macos*][arch=arm64*] = $(X86_FILES)
     24EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=arm64*] = $(X86_FILES)
     25EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*] = $(X86_FILES) $(ARM_FILES)
  • branches/safari-610.1.20-branch/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig

    r263866 r263868  
    3939EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = $(EXCLUDED_SOURCE_FILE_NAMES_ios) $(EXCLUDED_SOURCE_FILE_NAMES_arm);
    4040EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*] = $(EXCLUDED_SOURCE_FILE_NAMES_ios);
    41 EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=arm64*] = $(EXCLUDED_SOURCE_FILE_NAMES_ios) $(EXCLUDED_SOURCE_FILE_NAMES_arm);
    4241EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = $(EXCLUDED_SOURCE_FILE_NAMES_macosx);
    4342EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*][arch=arm64*] = $(EXCLUDED_SOURCE_FILE_NAMES_macosx) $(EXCLUDED_SOURCE_FILE_NAMES_arm);
Note: See TracChangeset for help on using the changeset viewer.