X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch2;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch2;h=0000000000000000000000000000000000000000;hp=737e1efafdd871e2d2250e47d04dcdeef31b9094;hb=40cf203cc5cc2fa387087cc5c7a118b97e55cadc;hpb=c2742824fdcfa54b3a9f594250c30bf45ffc9d81 diff --git a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch2 b/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch2 deleted file mode 100644 index 737e1efa..00000000 --- a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch2 +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/cmake/cpu.cmake b/cmake/cpu.cmake -index da9a42a..46a8f4a 100644 ---- a/cmake/cpu.cmake -+++ b/cmake/cpu.cmake -@@ -46,14 +46,7 @@ set(WEBP_SIMD_FILES_TO_NOT_INCLUDE) - set(WEBP_SIMD_FILES_TO_INCLUDE) - set(WEBP_SIMD_FLAGS_TO_INCLUDE) - --if(${ANDROID}) -- if(${ANDROID_ABI} STREQUAL "armeabi-v7a") -- # This is because Android studio uses the configuration "-march=armv7-a -- # -mfloat-abi=softfp -mfpu=vfpv3-d16" that does not trigger neon -- # optimizations but should (as this configuration does not exist anymore). -- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpu=neon ") -- endif() --endif() -+ - - list(LENGTH WEBP_SIMD_FLAGS WEBP_SIMD_FLAGS_LENGTH) - math(EXPR WEBP_SIMD_FLAGS_RANGE "${WEBP_SIMD_FLAGS_LENGTH} - 1")