Bug 1504017: Enable building libwebp's NEON code in clang-cl builds. r=froydnj

--HG--
extra : rebase_source : a0808dee8a6fe9bc16b330a234089ef2a301bf27
This commit is contained in:
David Major 2018-12-17 10:09:08 -04:00
Родитель 0f214b6b1d
Коммит f2a2531cf6
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -36,8 +36,7 @@ if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
for f in SOURCES:
if f.endswith('neon.c'):
SOURCES[f].flags += CONFIG['NEON_FLAGS']
elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['OS_ARCH'] != 'WINNT':
# Bug 1504017 tracks re-enabling this for Windows.
elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['CC_TYPE'] != 'msvc':
SOURCES += [
'alpha_processing_neon.c',
'dec_neon.c',