rename file and add Andrew 0002 HAVE_DV patch
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / libwebp-1.1.0.patch2
1 diff --git a/cmake/cpu.cmake b/cmake/cpu.cmake
2 index da9a42a..46a8f4a 100644
3 --- a/cmake/cpu.cmake
4 +++ b/cmake/cpu.cmake
5 @@ -46,14 +46,7 @@ set(WEBP_SIMD_FILES_TO_NOT_INCLUDE)
6  set(WEBP_SIMD_FILES_TO_INCLUDE)
7  set(WEBP_SIMD_FLAGS_TO_INCLUDE)
8  
9 -if(${ANDROID})
10 -  if(${ANDROID_ABI} STREQUAL "armeabi-v7a")
11 -    # This is because Android studio uses the configuration "-march=armv7-a
12 -    # -mfloat-abi=softfp -mfpu=vfpv3-d16" that does not trigger neon
13 -    # optimizations but should (as this configuration does not exist anymore).
14 -    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpu=neon ")
15 -  endif()
16 -endif()
17 +
18  
19  list(LENGTH WEBP_SIMD_FLAGS WEBP_SIMD_FLAGS_LENGTH)
20  math(EXPR WEBP_SIMD_FLAGS_RANGE "${WEBP_SIMD_FLAGS_LENGTH} - 1")