X-Git-Url: https://www.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch3;fp=cinelerra-5.1%2Fthirdparty%2Fsrc%2Flibwebp-1.1.0.patch3;h=0000000000000000000000000000000000000000;hb=40cf203cc5cc2fa387087cc5c7a118b97e55cadc;hp=7696f589a7930c446ee9ed188984b14db14f82f7;hpb=c2742824fdcfa54b3a9f594250c30bf45ffc9d81;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3 b/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3 deleted file mode 100644 index 7696f589..00000000 --- a/cinelerra-5.1/thirdparty/src/libwebp-1.1.0.patch3 +++ /dev/null @@ -1,27 +0,0 @@ ---- ./CMakeLists.txt.orig 2021-11-23 13:07:40.473195486 +0300 -+++ ./CMakeLists.txt 2021-11-23 13:08:43.225195490 +0300 -@@ -4,15 +4,15 @@ - - # Options for coder / decoder executables. - option(WEBP_ENABLE_SIMD "Enable any SIMD optimization." ON) --option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." ON) --option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." ON) --option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." ON) --option(WEBP_BUILD_GIF2WEBP "Build the gif2webp conversion tool." ON) --option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." ON) --option(WEBP_BUILD_VWEBP "Build the vwebp viewer tool." ON) --option(WEBP_BUILD_WEBPINFO "Build the webpinfo command line tool." ON) --option(WEBP_BUILD_WEBPMUX "Build the webpmux command line tool." ON) --option(WEBP_BUILD_EXTRAS "Build extras." ON) -+option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." OFF) -+option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." OFF) -+option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." OFF) -+option(WEBP_BUILD_GIF2WEBP "Build the gif2webp conversion tool." OFF) -+option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." OFF) -+option(WEBP_BUILD_VWEBP "Build the vwebp viewer tool." OFF) -+option(WEBP_BUILD_WEBPINFO "Build the webpinfo command line tool." OFF) -+option(WEBP_BUILD_WEBPMUX "Build the webpmux command line tool." OFF) -+option(WEBP_BUILD_EXTRAS "Build extras." OFF) - option(WEBP_BUILD_WEBP_JS "Emscripten build of webp.js." OFF) - option(WEBP_NEAR_LOSSLESS "Enable near-lossless encoding" ON) - option(WEBP_ENABLE_SWAP_16BIT_CSP "Enable byte swap for 16 bit colorspaces."